system.setProperties

System.setProperty("http.proxyHost", "localhost");
System.setProperty("http.proxyPort", "8888");
System.setProperty("https.proxyHost", "localhost");
System.setProperty("https.proxyPort", "8888");
上一篇:(转)Java字符串


下一篇:textBox只能输入汉字