HttpPost对象
HttpPost对象
创建同名条目
条目
历史版本
编辑
在某些特殊情况下,需要获取HttpPost对象中的参数。
主要介绍
HttpPost httpPost = new HttpPost(url);
设置http请求参数必须用NameValuePair对象
List
params
= new ArrayList();