摘要:
使用步骤: 1.在web.xml中配置 <filter> <filter-name>hiddenHttpMethodFilter</filter-name> <filter-class>org.springframework.web.filter.HiddenHttpMethodFilter</fi 阅读全文
摘要:
Model、ModelMap两者几乎没有任何区别 ModelMap(model)、ModelAndView这两者的区别:有一个需要返回对象,一个需要返回的是地址路径。 @RequestMapping(value="/findAll") public ModelAndView findAll() th 阅读全文