2017年7月19日

python json.dumps json.loads

摘要: import json json.dumps:将 Python 对象编码成 JSON 字符串 json.loads:将已编码的 JSON 字符串解码为 Python 对象 json.dump:把json写入文件 # 把字典写入文件 with open('data.txt','w') as json_ 阅读全文

posted @ 2017-07-19 15:01 sunshine_zhf 阅读(220) 评论(0) 推荐(0) 编辑

导航