2014年7月23日

HttpClient发起POST请求

摘要: 此函数返回请求结果public static String executePost(String url, List params) { HttpPost httpPost = new HttpPost(url); //post请求,设置URL地址 try { httpPost.setEn... 阅读全文

posted @ 2014-07-23 21:49 lizhangqu 阅读(228) 评论(0) 推荐(0)

导航