HTML头标签使用-又一次定向,refresh

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="Refresh"
content="5;url=http://www.baidu.com">
</head>

<body>
<p>
对不起。我们已经搬家了。您的 URL 是 
<a href="http://www.baidu.com">http://www.w3school.com.cn</a>
</p>

<p>您将在 5 秒内被重定向到新的地址。</p>

<p>假设超过 5 秒后您仍然看到本消息。请点击上面的的链接。</p>

</body>
</html>

猜你喜欢

转载自www.cnblogs.com/mqxnongmin/p/10708730.html