摘要: Python2 默认编码方式是ASCII码,python3 默认的编码方式是utf-8 解决方式: 开头添加 # -*- encoding:utf-8 -*- 阅读全文
posted @ 2018-10-28 22:46 AshinLee 阅读(56) 评论(0) 推荐(0)