摘要: 一. 使用Request和Session传值 使用这种方式需要先引入相关依赖: ... </dependency> <dependency> <!--servlet编译环境--> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-a 阅读全文
posted @ 2020-12-10 18:25 山下明明子 阅读(99) 评论(0) 推荐(0) 编辑
摘要: @Controller @RequestMapping("/jump") public class TestJump { @RequestMapping("/test1") public String jump1(){ System.out.println("test1"); //简便写法 //re 阅读全文
posted @ 2020-12-10 16:36 山下明明子 阅读(313) 评论(0) 推荐(0) 编辑