您的位置首页百科知识

response.sendRedirect跳转不成功!路径也没有错的

response.sendRedirect跳转不成功!路径也没有错的

的有关信息介绍如下:

response.sendRedirect跳转不成功!路径也没有错的

如果你jsp页面是在项目的page目录下建议如下写response.sendRedirect(request.getContextPath() + "/page/index.jsp");其他类似。 你的页面是在根目录下面response.sendRedirect(request.getContextPath() + /index.jsp");