android httpclient post 的两种方式

 

httpclient 也可以通过setEntity(StringEntity)实现传递数据

需设置 stringEntity.setContentType("application/x-www-form-urlencoded"); 

 

参考: http://blog.csdn.net/yuleran/article/details/12655493

posted on 2015-03-25 15:48  流浪者的五月  阅读(130)  评论(0)    收藏  举报

导航