2017年7月20日

notepad正则替换实例

摘要: 阅读全文

posted @ 2017-07-20 15:32 sunshine_zhf 阅读(108) 评论(0) 推荐(0) 编辑

python json文件写入

摘要: with open('data.txt','w') as json_file: json.dump(a_dict,json_file,ensure_ascii = False) 或者 json_file.write(json.dumps(a_dict,ensure_ascii = False)) d 阅读全文

posted @ 2017-07-20 11:25 sunshine_zhf 阅读(8012) 评论(0) 推荐(0) 编辑

导航