複製程式碼 程式碼如下: function myrefresh() { window.location.reload(); } setTimeout('myrefresh()',5000); //指定5秒刷新一次,5000處可自訂設置,1000為1秒