Python下requests库使用socks5代理 本文最后更新于:3 天前 使用socks5代理 安装依赖pip install requests requests[socks] 123456```Pythonimport requests session = requests.session() session.proxies = {'https': f'socks5://{ip}:{port}'} response = session.get('https://httpbin.org/ip', timeout=30).json() logger.info(f"获取到代理 {response}") Python #Python #requests Centos7同步时间 上一篇 Python安包报错ERROR:Could not find+a+version……解决方法 下一篇 Please enable JavaScript to view the comments