案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE HTML>
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
5
<meta http-equiv="Refresh" content="5;url=//www.w3xue.com" />
6
</head>
7
8
<body>
9
<p>
10
对不起。我们已经搬家了。您的 URL 是 <a href="//www.w3xue.com">//www.w3xue.com</a>
11
</p>
12
13
<p>您将在 5 秒内被重定向到新的地址。</p>
14
15
<p>如果超过 5 秒后您仍然看到本消息,请点击上面的链接。</p>
16
17
</body>
18
</html>
19