摘要:
1. json 模块提供了一种很简单的方式来编码和解码 JSON 字符串。其中两个主要有下面 4 个函数: 1)pythonObj= json.loads(jsonStr): 已编码的 JSON 字符串解码为 Python 对象 2)pythonObj = json.load(file): 用于从 阅读全文
posted @ 2020-07-05 20:36
_yanghh
阅读(247)
评论(0)
推荐(0)
浙公网安备 33010602011771号