可以每隔2小时刷新一下整个大屏,哪位大佬帮帮忙?
setInterval("self.location.reload();",1000) 这个表示1S刷新一次,
两小时是:setInterval("self.location.reload();",7200000)
下面截图是设置的位置:
https://help.fanruan.com/finereport/doc-view-1457.html?source=1 参考这个
setInterval('location.reload();',10000);//时间单位为ms,即每10s刷新一次页面