首页 > 技术文章 > html头标签meta实现refresh重定向

andycai 2015-04-01 10:47 原文

<html> 
<head> 
<meta http-equiv="content-type" content="text/html; charset=gb2312" /> 
<meta http-equiv="refresh" 
content="5;url=http://www.NewXXX.com"> 
</head> 
<body> 
<p> 
对不起。我们已经搬家了。您的 url 是 
<a href="http://www.NewXXX.com">http://www.oldXXX.com.cn</a> 
</p> 
<p>您将在 5 秒内被重定向到新的地址。</p> 
<p>如果超过 5 秒后您仍然看到本消息,请点击上面的的链接。</p> 
</body> 
</html>

推荐阅读