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

在单个 JSON 中保存多个请求

在单个 JSON 中保存多个请求

MM们 2021-07-04 03:06:36
我的问题如下:我有一个 Ips 列表,我在 nparray (ip_array) 中排序,然后我想对所有这些请求进行多个请求并将输出保存在单个 json 中。(APIKEY其实就是代码中的api key xD)url_auth = 'https://api.ipgeolocation.io/ipgeo?apiKey=APIKEYAPIKEYAPIKEY='for i in np.arange(1,4):     r[i] = requests.request(method='get',url=url_auth,params={'ips':ip_array[i]}) #i tested the single request and it works in this way.但是后来,我得到了TypeError: 'Response' object does not support item assignment然后,我尝试用 r = requests.request(method='get',url=url_auth,params={'ips':ip_array[i]})但是,当我这样做时r.json()我只收到最后一个请求(这是显而易见的)。
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 109 浏览
慕课专栏
更多

添加回答

举报

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