Joh*_*k13 27
加载核心JSTL库后,<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>您可以使用:
<c:redirect url="/home.html"/>
小智 3
有一个这样的例子: JSP - 页面重定向
最简单的是使用sendRedirect:
public void response.sendRedirect(String location)
throws IOException