博主在使用HttpClient发送报文体包含中文的post请求时,接收端乱码,解决方法如下: StringEntity entity = new StringEntity(json,"utf-8"); 在添加请求体时指定编码格式