var Timer; function loadPage(){ Timer=setInterval('countDown()',1000); //每隔1秒執行一次 } var sec=4; function countDown(){ if(sec>0){
確定! 回上一頁