response.sendRedirect跳转不成功!路径也没有错的
的有关信息介绍如下:如果你jsp页面是在项目的page目录下建议如下写response.sendRedirect(request.getContextPath() + "/page/index.jsp");其他类似。 你的页面是在根目录下面response.sendRedirect(request.getContextPath() + /index.jsp");
版权声明:文章由 去问问 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.qwenw.com/life/390919.html