讲解一下RequestMapping,Request请求参数和ModelAndView返回模型和视图
@Controller@RequestMapping("/student")publicclassStudentController{privatestaticListstudentList=newArrayList();static{studentList.add(newStudent(1,"ÕÅÈý",11));studentList.add(newStudent(2,"ÀîËÄ",12));