HttpConnectionProvider connectionProvider=new SocketHttpConnectionProvider();
ProxyInfo proxyInfo = ProxyInfo.httpProxy(host_addr, port, “user”, “pwd”);
connectionProvider.useProxy(proxyInfo);
//提交查询请求
HttpResponse response = HttpRequest.post(Referer).open(connectionProvider).header(“User_Agent”,user_agent).form().send