var timeoutID = window.setTimeout(( () => console.log("Hello!") ), 1000);. 1. 而 setInterval() 則是固定延遲了某段時間之後,才去執行對應的程式碼 ...
確定! 回上一頁