网上能找到很多使用代理的代码,就不重复了,这里只是单独记录一下使用Socks 5代理该如何写
set http_proxy=sock5://your-company.proxy.com:8080 set https_proxy=sock5://your-company.proxy.com:8080 set no_proxy=localhost,127.0.0.1,::1