摘要:
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
阅读(295)
评论(0)
推荐(0)
摘要:
导出: 导入: 阅读全文
posted @ 2018-03-20 17:08
sulerzh
阅读(281)
评论(0)
推荐(0)

浙公网安备 33010602011771号