我创建了虚拟键盘,其中包含特殊符号,如集成符号,pi符号,但在提交表单时,所有虚拟键盘字符都显示为这样的?控制台中的弹簧控制器也看起来像这样? , 在jsp标题中,所有我改为UTF-8和项目所有页面都有一个“UTF-8”,数据库也有UTF-8。但符号在输入文本中正确显示? 我尝试过设置内容,如UTF-8和所有
这是我的弹簧控制器方法
//提交页面时,它来到这里
@RequestMapping(值= “/ PostQueryAction”,方法= RequestMethod.POST)
public String question(@ModelAttribute UserQuestion userQuestion,HttpServletRequest httpServletRequest,ModelMap map,@ RequestParam CommonsMultipartFile file,
HttpSession session)抛出CustomException,Exception {
//此处userquestion是我的getter和setter
HttpSession ses = httpServletRequest.getSession();
httpServletRequest.setCharacterEncoding("UTF-8")