HTML meta refresh 刷新与跳转(重定向)页面

http://www.dreamdu.com/xhtml/refresh/

refresh 属性值 -- 刷新与跳转(重定向)页面
  • refresh用于刷新与跳转(重定向)页面
  • refresh出现在http-equiv属性中,使用content属性表示刷新或跳转的开始时间与跳转的网址
  • 引用网址:http://www.dreamdu.com/xhtml/refresh/

refresh示例

5秒之后刷新本页面:

<</code>meta http-equiv="refresh" content="5" />

5秒之后转到梦之都首页:

<</code>meta http-equiv="refresh" content="5; url=http://www.dreamdu.com/" />

原文地址:https://www.cnblogs.com/lxwphp/p/15455183.html