搜了很多资源都没有用
比如用request.meta["args"]["proxy"]
或者在splashrequest 中加args:{"proxy":ip}
求指点正确的方式是怎样呢?
搜了很多资源都没有用
比如用request.meta["args"]["proxy"]
或者在splashrequest 中加args:{"proxy":ip}
求指点正确的方式是怎样呢?
收起
当前问题酬金
¥ 0 (可追加 ¥500)
支付方式
扫码支付
https://blog.csdn.net/weixin_39416561/article/details/82114152
python爬取xicidaili的高匿代理 ,建立IP代理池
proxie={"http":"192.168.162.85:808"}
req = s.get(url+nextPage, params=req_header, proxies=proxie, timeout=5)
类似于这样的
报告相同问题?