refresh 属性值  --  刷新与跳转(重定向)页面

refresh出现在http-equiv属性中,使用content属性表示刷新或跳转的开始时间与跳转的网址


refresh示例一:5秒之后刷新本页面:

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

 

refresh示例二:5秒之后转到百度首页

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-12-05
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2021-10-18
  • 2021-12-05
  • 2022-02-08
相关资源
相似解决方案