controller中response.sendRedirect()无法跳转问题已解决
作者:互联网
今天在项目中遇到response.sendRedirect(),代码执行但是页面不跳转的问题。经排查,因为我调用的方法将异常直接throw出去了,没有try catch,所以将response.sendRedirect()用try包起来即可。
标签:sendRedirect,try,controller,代码执行,跳转,catch,response 来源: https://blog.csdn.net/Alicee_/article/details/104897461