Python編碼問題的終極解決方案:在python的Lib\site-packages文件夾下新建一個sitecustomize.py文件,輸入:python
import sys sys.setdefaultencoding('gb2312')
保存後,再運行python腳本。編碼