摘要: import re import os input_path = 'G:/test/aa.json' output_path ='G:/test/bb.json' with open(input_path) as input_file: str = input_file.read() str = re.sub('\s','',str) print str wit... 阅读全文
posted @ 2018-03-20 17:10 sulerzh 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 导出: 导入: 阅读全文
posted @ 2018-03-20 17:08 sulerzh 阅读(270) 评论(0) 推荐(0) 编辑