南开小巷

导航

2016年8月30日 #

spring mvc中的一些注释:@PathVariable @RequestParam等

摘要: 请求路径上有个id的变量值,可以通过@PathVariable来获取 @RequestMapping(value = "/page/{id}", method = RequestMethod.GET) @RequestParam用来获得静态的URL请求入参 spring注解时action里用到。 简 阅读全文

posted @ 2016-08-30 09:54 南开小巷 阅读(268) 评论(0) 推荐(0) 编辑