前言
有些页面需要定时刷新,以保证应用不掉线,整理一下自动刷新方法。
方法
- 代码实现
<html>
<head><meta http-equiv="refresh" content="30"></head>
<frameset>
<frame src="https://www.cnblogs.com/gurenyumao/" name="iframe">
</frameset></frameset>
</html>
参数说明:
content="30":其中30代表刷新的时间间隔,单位是秒。
-
浏览器自带
-
通过浏览器插件
火狐、谷歌均有相应插件,可根据实际情况安装。