摘要: Properties prop = System.getProperties(); prop.setProperty("http.proxyHost", "localhost"); // 设置http访问要使用的代理服务器的端口 prop.setProperty("http.proxyPort", "8118"); Properties props = System.ge... 阅读全文
posted @ 2016-05-07 18:22 Earic 阅读(396) 评论(0) 推荐(0)