收起
pairs没放到httpPost的参数里啊
HttpPost httpPost = new HttpPost(url); httpPost.setEntity(new UrlEncodedFormEntity(pairs, "UTF-8")); CloseableHttpResponse response = httpClient.execute(httpPost);
报告相同问题?