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

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

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

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

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

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

页面直接跳转到腾讯网~

原文地址:https://www.cnblogs.com/xjuan/p/5434391.html