摘要: HttpGet httpGet = new HttpGet(url);SSLContext sslcontext = SSLContexts.custom().loadTrustMaterial(new MyTrustStrategy()).build(); RequestConfig reques 阅读全文
posted @ 2016-09-18 23:50 范世强 阅读(692) 评论(0) 推荐(0)