摘要:
1、项目目录 2、index.jsp <%-- Created by IntelliJ IDEA. User: Administrator Date: 2020/2/27 Time: 19:26 To change this template use File | Settings | File T 阅读全文
摘要:
1、请求 <a href="test">测试</a> 2、处理方法 @RequestMapping("/test") public ModelAndView test1() { ModelAndView mv = new ModelAndView(); User user = new User(); 阅读全文