读书人

android设立代理

发布时间: 2012-07-19 16:02:20 作者: rapoo

android设置代理

System.getProperties().setProperty("proxySet", "true");System.getProperties().setProperty("http.proxyHost", strAddr);System.getProperties().setProperty("http.proxyPort", strPort);
?

读书人网 >Android

热点推荐