python打印json文件加上pretty 作者: Wanyor 时间: 2016-10-09 分类: Python 在生成文件的时候,加上两个参数即可json.dumps(dict, indent=4, sort_keys=True) 标签: none
评论已关闭