摘要: 1 实例一: 2 3 String uriAPI = "http://192.168.1.100:8080/test/test.jsp"; //这是我测试的本地,大家可以随意改 4 /*建立HTTPost对象*/ 5 HttpPost httpRequest = new HttpPost(uriAPI); 6 /* 7 * NameValuePair实现请求参数的封装 8 */ 9 List <NameValuePair> params = new ArrayList <NameValueP... 阅读全文
posted @ 2013-01-09 11:35 loveme1413 阅读(333) 评论(0) 推荐(0) 编辑