评论

收藏

[Html/CSS] HTML头标签meta实现refresh重新定向

开发技术 开发技术 发布于:2021-09-15 16:19 | 阅读数:399 | 评论:0

代码如下:
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 
<meta http-equiv="Refresh" 
content="5;url=https://www.baidu.com"> 
</head> 
<body> 
<p> 
对不起。我们已经搬家了。您的 URL 是 
<a href="https://www.baidu.com">https://www.w3school.com.cn</a> 
</p> 
<p>您将在 5 秒内被重定向到新的地址。</p> 
<p>如果超过 5 秒后您仍然看到本消息,请点击上面的的链接。</p> 
</body> 
</html>
关注下面的标签,发现更多相似文章