zhyq0826 / zhyq0826.github.io

三月沙的博客
http://sanyuesha.com
6 stars 1 forks source link

python json 中文 #105

Closed zhyq0826 closed 5 years ago

zhyq0826 commented 7 years ago

python 输出 json 文件如果带中文,直接输出的是 Unicode 码,

open(file, 'w').write(json.dumps({'text':"中文"}, ensure_ascii=False, indent=2))