1.python将json数据写入文件时不换行

在json.dumps增加indent=2
data_json = json.dumps(list, ensure_ascii=False, indent=2)