摘要: springMVC4中获取request和response对象有以下两种简单易用的方法: 1、在control层获取 在control层中获取HttpServletRequest和HttpServletResponse对象有以下两种简单方式: 1)通过方法参数直接在action类中获取 @Contr 阅读全文
posted @ 2017-03-31 15:56 ngulc 阅读(7563) 评论(0) 推荐(0) 编辑