javaweb 中出现中文乱码的解决办法

在首行添加如下代码即可

<%
response.setCharacterEncoding("utf-8");
response.setContentType("text/html");
%>

记得text不要写成test那就成下载任务去了