<script language="JavaScript"> function myrefresh() { window.location.reload(); } setTimeout(‘myrefresh()‘,1000); //指定1秒刷新一次 </script>
页面自动刷新
原文:https://www.cnblogs.com/gjscool/p/8333974.html