20184 月24
Java代码中使用代理
//设置代理
System.setProperty("http.proxySet", "true");
System.setProperty("http.proxyHost", "127.0.0.1");
System.setProperty("http.proxyPort", "1080");
本文地址:https://wizzer.cn/archives/3403 , 转载请保留.