摘要: 使用json.dump()的时候设置一下indent参数的值就好了。比如json.dump(json_dict, f, indent=4), ensure_ascii=False,写入中文 阅读全文
posted @ 2019-06-19 15:36 下路派出所 阅读(7381) 评论(0) 推荐(0) 编辑