解决AttributeError: module 'sys' has no attribute 'setdefaultencoding'

技术分享 2022-06-14

Python 3 系统默认使用的就是utf-8编码,
就不需要sys.setdefaultencoding("utf-8")这段代码,
而且Python 3的sys库里面已经没有setdefaultencoding()函数。

评论 (0)

发表评论

最多500字符

验证码

暂无评论

成为第一个评论的人吧!