摘要: 在SpringMVC后台控制层获取参数的方式主要有两种,一种是request.getParameter("name"),另外一种是用注解@RequestParam直接获取。这里主要讲这个注解一、基本使用,获取提交的参数后端代码:Java代码@RequestMapping("testRequestPa... 阅读全文
posted @ 2015-10-21 18:30 Alexandr 阅读(558) 评论(0) 推荐(0)