Properties prop = System.getProperties(); prop.setProperty("http.proxyHost", "localhost"); // 设置http访问要使用的代理服务器的端口 prop.setProperty("http.proxyPort", "8118");
时间: 2024-11-04 17:57:16
Properties prop = System.getProperties(); prop.setProperty("http.proxyHost", "localhost"); // 设置http访问要使用的代理服务器的端口 prop.setProperty("http.proxyPort", "8118");