您的当前位置:首页正文

13 使用代理和代理池

来源:花图问答

代理

proxies = {'http':'119.5.1.62:808'} #这里放代理
requests.get(url, proxies = proxies)