一般会有HttpPost post = new HttpPost(serverUrl); post.setEntity(new UrlEncodedFormEntity(list, HTTP.UTF_8));这样的方法,其中list里面是post参数