SpringMvc中controller之间的方法调用
方法一,
return new ModelAndView("redirect:"+新地址);
方法二,
response.sendRedirect(新地址);
return null;
eg:
新地址必须为完整的连接地址,是典型的重定向
关于更多重定向的内容可参考:
http://www.cnblogs.com/yinyl/p/8116490.html
三,如果内容对您有所帮助 , 请打赏---1毛就足够感动我,小生不才,请多关照
if you want to go fast,go alone,if you want to go far,go together