加载主页后,是否可以将用户自动重定向到第二个jsp页面?
有一个这样的例子: JSP-页面重定向
最简单的使用sendRedirect:
sendRedirect
public void response.sendRedirect(String location) throws IOException