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

没有评论:

发表评论