摘要: private static void func_httpGet(String url) { HttpClient httpClient = new HttpClient(); try { GetMethod getMethod = new GetMethod(url); getMethod.getParams().... 阅读全文
posted @ 2016-07-06 10:47 陈泽泽 阅读(269) 评论(0) 推荐(0) 编辑