Controller层可以使用ModelAndView 来解决 @RequestMapping(value="/insertCorrectInfo") publicModelAndView insertCorrectInfo(CorrectInfoVOcorrectInfo,Model model){ intn = this.correctInfoService.insertCorrectInfoService(correctInfo); return new ModelAndView("../../jsp/capture"); }