android httpclient post 的两种方式
httpclient 也可以通过setEntity(StringEntity)实现传递数据
需设置 stringEntity.setContentType("application/x-www-form-urlencoded");
参考: http://blog.csdn.net/yuleran/article/details/12655493
httpclient 也可以通过setEntity(StringEntity)实现传递数据
需设置 stringEntity.setContentType("application/x-www-form-urlencoded");
参考: http://blog.csdn.net/yuleran/article/details/12655493