//Set the http proxy to webcache.example.com:8080 System.setProperty("http.proxyHost", "webcache.example.com"); System.setProperty("http.proxyPort", "8080") ...
確定! 回上一頁