摘要: 页面自动刷新js版 <script language="JavaScript"> function myrefresh() { window.location.reload(); } setTimeout('myrefresh()',1000); //指定1秒刷新一次 </script> 如果想关闭 阅读全文
posted @ 2020-05-12 20:43 琥珀君 阅读(272) 评论(0) 推荐(0)