基于meta实现页面的定时刷新或跳转
使用meta实现页面的定时刷新或跳转<meta http-equiv="refresh" content="5">
这个表示当前页面每5秒钟刷一下,刷一下~
<meta http-equiv="refresh" content="2; url='/'">
这个表示当前页面2秒后跳到首页~
<meta http-equiv="refresh" content="0; url='https://www.qq.com/'">
页面直接跳转到腾讯网~
以上所述是小编给大家介绍的基于meta实现页面的定时刷新或跳转 的相关知识,希望对大家有所帮助!
https://www.uoften.com/webdesign/xhtml/20180414/68816.html
页:
[1]