spring-ajax请求中文乱码2023年3月18日56简单粗暴的解决方法# 直接把获得参数转码成 utf-8 Copystyle = new String(style.getBytes("iso-8859-1"),"utf-8"); ---