>>> import sys>>> print(sys.getdefaultencoding())utf-8>>> print(sys.getfilesystemencoding())utf-8>>>

查看原文