System.setProperty("http.maxRedirects", "50"
);
System.getProperties().setProperty("proxySet", "true"
);
// 如果不设置,只要代理IP和代理端口正确,此项不设置也可以
String ip = "11.184.192.49"
;
System.getProperties().setProperty("http.proxyHost"
, ip);
System.getProperties().setProperty("http.proxyPort", "80");
国内可用免费代理服务地址获取
转载请注明原文地址: https://ju.6miu.com/read-668086.html