目的:

延时一段时间让页面跳转到制定页面.

代码如下:

 

<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后,自动跳转到凌阳教育.