嘿伙计们,我必须为我的课程做这件事,这是我的确切要求
“4秒后,将显示第二页(主网页)。”
我打开网站后会出现一个欢迎页面,然后(4秒)会自动进入主页。
答案 0 :(得分:5)
<meta http-equiv="refresh" content="4;URL='home.html'">
答案 1 :(得分:1)
使用元标记重定向无需javascript
<meta http-equiv="refresh" content="4;URL='http://www.mysite.com/homepage.html'" />