美文网首页
str和repr

str和repr

作者: SagaraMisae | 来源:发表于2017-07-08 18:38 被阅读0次

str和repr

str适合人看,人看字符串'abc',就是一串字符abc

repr适合机器看,机器看字符串‘abc’,为了知道'abc'是字符串,自动在其外层加一层引号表示是字符串,

" 'abc' "

相关文章

网友评论

      本文标题:str和repr

      本文链接:https://www.haomeiwen.com/subject/tvdjhxtx.html