摘要: sys 模块 json 模块 重点 !!! dic = {"weita":"alex"} import json f = open('hello','w',encoding='utf-8') # dic_new = json.dumps(dic) # f.write(dic_new) json.du 阅读全文
posted @ 2021-01-24 10:41 奖励大鸡腿 阅读(62) 评论(0) 推荐(0)