python json模块 字典 输出中文

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

python json模块 字典得到字符串,输出中文

原文地址:https://www.cnblogs.com/zhangminjie/p/4174827.html