10 2020 档案
摘要:1 <!--配置编码过滤器(过滤器必须要写在上面,因为有缓存)--> 2 <filter> 3 <filter-name>characterEncodingFilter</filter-name> 4 <filter-class>org.springframework.web.filter.Char
阅读全文
摘要:1 @Controller 2 public class UserController { 3 4 //方法一:使用ModeAndView-addObject 5 @RequestMapping(value = "ModelAndView") 6 public ModelAndView modelA
阅读全文