自动从一个JSP页面重定向到另一个JSP页面 [英] Automatically redirect from one JSP page to Another

查看:1210
本文介绍了自动从一个JSP页面重定向到另一个JSP页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

主页加载后,是否可以自动将用户重定向到第二个jsp页面?

Is it possible to redirect a user automatically to a second jsp page as soon as the home page loads?

推荐答案

就是这样一个例子:
JSP - Page Redirecting

最简单的是使用 sendRedirect

public void response.sendRedirect(String location)
throws IOException 

这篇关于自动从一个JSP页面重定向到另一个JSP页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆