可以使用 json.loads() 函数将 JSON 字符串转为 Python 字典。示例代码: import…
json.loads() 方法是用来将 JSON 格式的字符串转换为 Python 对象的方法。 使用方法如下…