在python的Lib\site-packages文件夹下新建一个sitecustomize.py,然后通过sys.getdefaultencoding()获取当前的默认编码 内容为: Python代码 # encoding=utf8 import sys reload(sys)