HttpConnectionTool工具类
通过HttpConnection请求跨域接口 public String invokeServiceMethod(String url,Map params,Map header) throws Exception{ HttpClient httpclient=new DefaultHttpClient(); HttpResponse response = null; HttpEntity entity = null; httpclient.getParams().setParam
下载地址
用户评论