在java類中配置代理

public static Proxy getProxy() { Authenticator.setDefault(new MyAuthenticator("帳號", "密碼")); SocketAddress sa = new InetSocketAddress("代理Ip", "代理端口號"); Proxy proxy = new Prox
相關文章
相關標籤/搜索