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