“python读取json” 内容纲要 import json with open(“../config/record.json”,’r’) as load_f: load_dict = json.load(load_f) 分享到:TwitterFacebook赞过:赞 正在加载…… 相关