主要代码
HttpClient httpclient = new DefaultHttpClient();
HttpGet get = new HttpGet(url);
HttpResponse response = null;
get.addHeader("Referer", "http://www.xxxx.com/");
使用HttpClient发起GET请求
1万+

被折叠的 条评论
为什么被折叠?



