摘要: python 打印 str 字符串的实际内容 repr(str) s = 'aa' print(repr(s)) 阅读全文
posted @ 2019-07-15 19:16 ibingshan 阅读(632) 评论(0) 推荐(0)