index.html
<head>
<!– 以下方式只是刷新不跳转到其他页面 –>
<meta http-equiv=”refresh” content=”10″>
<!– 以下方式定时转到其他页面 –>
<meta http-equiv=”refresh” content=”5;url=hello.html”>
</head>
<html>
<head>
<meta charset=”UTF-8″>
<title>html自动跳转</title>
<meta http-equiv=”refresh” content=”3;url=http://www.aijing.wang”>
</head>
<body>
</body>
</html>