我的数据是这样的
但是输出出来是这样的
如何让他原模原样输出出来
用原生字符串试试,加个r?
试试用chardet检查原来的编码规则是什么
>>> import chardet >>> chardet.detect(a)