宝剑锋从磨砺出,梅花香自苦寒来。这篇文章主要讲述SpringMVC RequestMapping 路径中带占位符的URL相关的知识,希望能为你提供帮助。
使用方法:在@RequestMapping("/delete/{id}")中,通过{id}带入pathvariable,然后在方法中,通过@PathVariable("变量名称") Iteger id 的方式引入占位符。
控制器代码:
文章图片
package com.tiekui.springmvc.handlers; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class TestPathVariable { @RequestMapping("/testparam/{id}") public String test(@PathVariable("id") Integer id){ System.out.println(id); return "success"; } }
文章图片
【SpringMVC RequestMapping 路径中带占位符的URL】视图代码:
< a href="https://www.songbingjia.com/android/testparam/100"> Test PathVariable< /a>
推荐阅读
- oracle insertappendparallel随后查询的redo与磁盘读写
- SpringMVC RequestMapping请求参数
- 运动健身小管家app下载|运动健身小管家app安卓版下载
- Fotor图片编辑器下载|Fotor图片编辑器app下载
- 掌上考勤app|掌上考勤最新版下载
- 在安卓6.0(及以上)设备上无法获取无线网卡MAC地址的解决方案
- 微博下载|微博app下载
- LeetCode算法题-Happy Number(Java实现)
- How to sign app