首页云计算 正文

html meta标签 refresh 实现HTML自动刷新页面和跳转(重定向)

2025-01-02 5 0条评论
refresh 属性值 – 刷新与跳转(重定向)页面
refresh用于刷新与跳转(重定向)页面
refresh出现在http-equiv属性中,使用content属性表示刷新或跳转的开始时间与跳转的网址

3秒后刷新页面:

<meta http-equiv="Refresh" content="3" />


3秒之后跳转页面:

<meta http-equiv="Refresh" content="3;url= https://www.hicloudserver.com/docs/" />

Refresh 示例:

<!DOCTYPE HTML>  
<html>  
<head>  
<meta http-equiv="Content-Type" context="text/html;charset=gb2312"/>  
<meta http-equiv="Refresh" content="3;url= https://www.hicloudserver.com/docs/"/>  
</head>  

<boay>  
<p>  
您的URL是<a href=" https://www.hicloudserver.com/docs/"> https://www.hicloudserver.com/docs/</a>  
</p>  

<p>3秒后页面跳转。</p>  

<p>3秒后页面未跳转,请点击上面的连接。</p>  

</body>  
</html> 

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。

文章版权及转载声明

本文作者:admin 网址:http://news.edns.com/post/287926.html 发布于 2025-01-02
文章转载或复制请以超链接形式并注明出处。

取消
微信二维码
微信二维码
支付宝二维码