百度前端學習日記20——定時器

setTimeout("function",time) 設置一個超時對象

setInterval("function",time) 設置一個超時對象

SetInterval爲自動重複,setTimeout不會重複。

clearTimeout(對象) 清除已設置的setTimeout對象

clearInterval(對象) 清除已設置的setInterval對象

相關文章
相關標籤/搜索