HttpGet HttpPost HttpPut HttpDelete关于参数请求问题

String url = "http://www.login";//例子 HttpPost httpPost = new HttpPost(url);//将url放入postpost //HttpPost或者HttpPut请求须要在请求里加参数,而HttpGet或者HttpDelete请求则能够直接拼接到url字符串后面url //向HttpPost中加入参数。spa List<NameValue
相关文章
相关标签/搜索