popexizhi
富足,平衡,接受自己,三斗计划,享受心流的乐趣
html tool
2019年5月30日星期四
python string包含中文,json转换提示错误
问题:
string中包含中文,做json转换时提示错误
解决:
import json
dic = json.dumps(dic, ensure_ascii = False, encoding = 'utf-8')
参考:
https://www.zhihu.com/question/24559207
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论