摘要:
一个很正常的网站,使用httpclient提交怎么都会有问题 HttpPost httppost = new HttpPost(); // HttpGet httppost = new HttpGet(); URI uri = new URI(post); httppost.setURI(uri); HttpClient httpclient = new DefaultHttpClient(); String html = ""; HttpResponse response = httpclient.e... 阅读全文
posted @ 2012-11-30 14:52
程序猿_哲
阅读(17932)
评论(0)
推荐(0)
浙公网安备 33010602011771号