摘要:
1:通过@PathVariabl获取路径中的参数。
2:@ModelAttribute获取POST请求的FORM表单数据。
3:直接用HttpServletRequest获取。
4:用注解@RequestParam绑定请求参数 阅读全文
摘要:
Spring3系列13-Controller和@RequestMappingController返回值,String或者ModelAndView@RequestMapping关联url@RequestMapping的属性一、 Controller返回值,String或者ModelAndView首先看一下spring的配置文件,如下 /WEB-INF/user/ .jsp 第一种,返回类型为String,Controller中的方法如下... 阅读全文