若提交数据是在form表单中以post方式提交时出现中文乱码解决方案 /*request.setCharacterEncoding("UTF-8"); //请求页面的编码 response.setCharacterEncoding("UTF-8"); //响应页面的编码 */ 来源:CSDN作者:CherryCHong链接:https://blog.csdn.net/a1786223749/article/details/52209924 标签 form表单提交 post form utf8