python3中報錯AttributeError: module 'sys' has no attribute 'setdefaultencoding'

 reload(sys) sys.setdefaultencoding("utf-8") f = open('.\\24.novel.txt','rb') str = f.read().decode('utf-8') f.close()

通過百度發現編碼

Python3字符串默認編碼unicode, 因此sys.setdefaultencoding也不存在了。。。。。。spa

因此刪掉就行了。code

相關文章
相關標籤/搜索