郑州网站seo优,汕头最新新闻消息,新郑网站建设公司,现在流行的网站制作工具import json# 文件路径(同目录文件名即可,不同目录需要绝对路径)
path 1.json# 读取JSON文件
with open(path, r, encodingutf-8) as file:data json.load(file)#data为字典
print(data)
print(type(data))import json# 文件路径(同目录文件名即可,不同目录需要绝对路径)
path 1.json# 读取JSON文件
with open(path, r, encodingutf-8) as file:data json.load(file)#data为字典
print(data)
print(type(data))