摘要: import codesimport jsondef write_json(self,result,json_name): with codecs.open(json_name, "w", "utf-8") as f: j = json.dumps(result, indent=4, ensure_ 阅读全文
posted @ 2021-01-18 10:50 fyangq 阅读(333) 评论(0) 推荐(0)