Python 打印list是显示unicode,转化成中文

Posted 普通网友

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python 打印list是显示unicode,转化成中文相关的知识,希望对你有一定的参考价值。

Python2.7下使用如下方法:

import json
print json.dumps(abc, encoding='utf-8', ensure_ascii=False)


以上是关于Python 打印list是显示unicode,转化成中文的主要内容,如果未能解决你的问题,请参考以下文章

控制台使用unicode编码打印中文解决方案

Python将list中的unicode转换成中文显示

浏览器打印出一段unicode码,汉字无法正常显示

python print 方法 打印 unicode 遇到的坑

python3中Unicode字符转中文

python学习DAY7(编码转码)