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/"/>

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2021-12-05
  • 2021-12-08
  • 2021-12-19
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案