可能是文本不是用utf-8编码的
用这种方法:encoding = "unicode_escape" 并不可取,如果是中文文本的话会把中文全去掉。
可以将文本先通过另存为,存为utf-8格式,然后在用python 打开