摘要: #python2解释器在加载 .py 文件中的代码时,会对内容进行编码(默认ascill),而python3对内容进行编码的默认为utf-8。 阅读全文
posted @ 2019-04-03 21:35 我是一朵花 阅读(97) 评论(0) 推荐(1) 编辑