为了账号安全,请及时绑定邮箱和手机立即绑定

在python中读取json值时出现无效参数错误

在python中读取json值时出现无效参数错误

噜噜哒 2021-06-11 14:09:15
在python中读取外部json文件的值时出现无效参数错误我试过了:import jsonwith open('https://www.w3schools.com/js/json_demo.txt') as json_file:    data = json.load(json_file)    #for p in data['people']:    print('Name: ' + data['name'])给了我错误:with open(' https://www.w3schools.com/js/json_demo.txt ') as json_file: OSError: [Errno 22] 无效参数:' https://www.w3schools.com/js/json_demo.txt '
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 98 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信