摘要: def main(): pass def write_to_file(content): with open('result.txt','a',encoding='utf-8') as f: f.write(json.dumps(content,ensure_ascii=False)*'\n') f 阅读全文
posted @ 2020-09-27 09:15 hisweetyGirl 阅读(176) 评论(0) 推荐(0) 编辑