python读取json python读取json文件 如何用python读取json文件里指定的数据import jsonwith open('who.json', 'r') as f: data = json.load(f) dependencies =... 小编 /JSON /2023-11-18 /0 评论 /53 阅读