python json模块,处理json文件的读写
摘要:
>>> import json >>> a = "ion_params_00.json" >>> fp = open(a, "r") >>> content = fp.read() # 字符串 >>> test = json.loads(content) # 句柄 >>> test = json.l 阅读全文
posted @ 2020-03-12 11:35
庐州月光
阅读(492)
评论(0)
推荐(0)
浙公网安备 33010602011771号