I think you want the setTimeout and setInterval functions here. function myFunc() { alert('Hi') } setTimeout(myFunc, 30000) // 1000 ms = 1 ...
確定! 回上一頁