python遇到UnicodeDecodeError错误的解决办法时间:2021-11-07 14:48:20办法好老,加上这个就可以了,不过也得具体看情况: import sys reload(sys) sys.setdefaultencoding('utf-8')