Python报错“AttributeError: module 'sys' has no attribute 'setdefaultencoding&a
2020-12-13 01:39
阅读:622
标签:bsp import nbsp enc sys port attribute err line Python报错“AttributeError: module 'sys' has no attribute 'setdefaultencoding'问题” 标签:bsp import nbsp enc sys port attribute err line 原文地址:https://www.cnblogs.com/yznmj-112/p/11004872.html
Python3中写法:
import imp
import sys
imp.reload(sys)
Python2中写法:
import sys
reload(sys)
sys.setdefaultencoding("utf-8")
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python报错“AttributeError: module 'sys' has no attribute 'setdefaultencoding&a
文章链接:http://soscw.com/essay/23970.html
文章标题:Python报错“AttributeError: module 'sys' has no attribute 'setdefaultencoding&a
文章链接:http://soscw.com/essay/23970.html
评论
亲,登录后才可以留言!