web.xml里是
<welcome-file>index.html</welcome-file>
index.html内容:
<meta http-equiv='refresh' content='0;url=index.action'>
,这样当访问index.html的时候立即跳转到index.action里。
<welcome-file>index.html</welcome-file>
index.html内容:
<meta http-equiv='refresh' content='0;url=index.action'>
,这样当访问index.html的时候立即跳转到index.action里。
本文介绍了一种在web.xml文件中通过<welcome-file>标签设置默认欢迎页面并利用HTML的meta标签实现自动刷新重定向的方法。具体做法是在index.html中加入<meta http-equiv='refresh' content='0;url=index.action'>,从而实现访问首页时直接跳转到index.action。
253

被折叠的 条评论
为什么被折叠?



