摘要: public static String getWeiboResult(String url,String httpType) { HttpClient httpClient = getNewHttpClient();// HttpGet httpGet = null;// HttpPost httpPost = null;// if(StaticData.GET.equals(httpType)){// httpGet = new HttpGet(url);// }else if(StaticData.POST.equals(httpType)){// httpPo... 阅读全文
posted @ 2012-07-24 14:20 暗殇 阅读(557) 评论(0) 推荐(0)