您的位置首页百科知识 response.sendRedirect跳转不成功!路径也没有错的 Simone 发布于 2026-01-24 17:27:59 889 阅读 response.sendRedirect跳转不成功!路径也没有错的的有关信息介绍如下:如果你jsp页面是在项目的page目录下建议如下写response.sendRedirect(request.getContextPath() + "/page/index.jsp");其他类似。 你的页面是在根目录下面response.sendRedirect(request.getContextPath() + /index.jsp");