网上说的几种方法:
1、doPost()方法里 resp.setContentType("text/html;charset=UTF-8");
req.setCharacterEncoding("UTF-8");
2、index.jsp中
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
在工程里尝试,均无效,求大神解答,怎么办?
解决方法:
1) 打开Run/Debug Configuration,选择你的tomcat
2) 然后在 Server > VM options 设置为 -Dfile.encoding=UTF-8 ,重启tomcat