首页 > 编程 > Java > 正文

java下设置全局代理

2019-11-08 01:03:02
字体:
来源:转载
供稿:网友
System.setPRoperty("java.net.useSystemProxies", "true");    	 System.setProperty("http.proxyHost", "127.0.0.1");      	    System.setProperty("http.proxyPort", "2022");
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表