原文:AttributeError: module 'sys' has no attribute 'setdefaultencoding'

报错: reload 未声明 然后 报错 AttributeError:module sys has no attribute setdefaultencoding 经过百度发现 Python 字符串默认编码unicode,所以sys.setdefaultencoding也不存在了。。。。。。 所以删掉就好了。 ...

2018-05-03 21:06 0 874 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM