美文网首页
使用meta实现页面的定时刷新或跳转

使用meta实现页面的定时刷新或跳转

作者: 爱上小媳妇 | 来源:发表于2016-11-27 15:58 被阅读0次

<metahttp-equiv="refresh"content="5">

这个表示当前页面每5秒钟刷一下,刷一下~

<meta http-equiv="refresh" content="2; url='/'">

这个表示当前页面2秒后跳到首页~

<meta http-equiv="refresh" content="0; url='http://www.280.cc/'">

页面直接跳转到广场舞网~

相关文章

网友评论

      本文标题:使用meta实现页面的定时刷新或跳转

      本文链接:https://www.haomeiwen.com/subject/rplnpttx.html