HTML 自动跳转代码
时间:2011-06-02 来源:Leo Chin
目的:
延时一段时间让页面跳转到制定页面.
代码如下:
<html>
<head>
<title>wenhao Test</title>
<meta http-equiv="refresh" content="5; url=http://www.sunplusedu.com">
</head>
<body>
<h1>你好,我是wenhao!</h1>
</body>
</html>
重点:
<meta http-equiv="refresh" content="5; url=http://www.sunplusedu.com">
作用:
5S后,自动跳转到凌阳教育.
相关阅读 更多 +