标签:load 前端 刷新 fresh cat 时间 指定 load() nbsp
function myrefresh() { window.location.reload(); } setTimeout(‘myrefresh()‘, 1000); //指定1秒刷新一次 </script>
指定页面刷新时间前端
原文地址:https://www.cnblogs.com/wukai66/p/12961071.html