RedirectAttributes
摘要:RedirectAttributes是Spring mvc 3.1版本之后出来的一个功能,专门用于重定向之后还能带参数跳转的 他有两种带参的方式: 第一种: attr.addAttribute("param", value); 这种方式就相当于重定向之后,在url后面拼接参数,这样在重定向之后的页面
阅读全文
posted @ 2016-06-30 19:38
posted @ 2016-06-30 19:38