现代方式: pip install -U requests[socks] 然后import requests resp = requests.get('http://go.to', proxies=dict(http='socks5://user:pass@host:port', ...
確定! 回上一頁