​ 乱码

1、场景一:

tomcat接收的是来自nginx转发过来的中文 :



adContentName = new String(adContentName.getBytes("ISO8859-1"), "utf-8");