摘要: Spring MVC 默认采用的是转发来定位视图,如果要使用重定向,可以如下操作 1、使用RedirectView 2、使用redirect:前缀 阅读全文
posted @ 2016-05-30 14:21 npe0 阅读(337) 评论(0) 推荐(0)