RequestMappingbyConditions public String getStudentsByConditionsStudent student Model model ListStudent students = servicequeryByConditionsstudent; modeladdAttributestudentsstudents;
这里的 return "studentInfo"; 表示返回一个名为 "studentInfo" 的视图,即跳转到名为 "studentInfo" 的页面上显示查询结果。通常,这个视图的名称与对应的视图文件名相同,例如 "studentInfo.jsp"。
原文地址: https://www.cveoy.top/t/topic/gEQt 著作权归作者所有。请勿转载和采集!