json.dumps 序列化时对中文默认使用的 ascii 编码,想输出真正的中文需要指定 ensure_ascii=False。result_str = json.dumps(result, ensure_ascii = False) 文档信息本文作者:Qinghao Lin本文链接:https://0qinghao.github.io/20180322-python-json-dumps-ensure-ascii-chinese-character-code/采用《署名-非商业性使用-禁止演绎 4.0 国际》许可协议