百度前端学习日记20——定时器

setTimeout("function",time) 设置一个超时对象

setInterval("function",time) 设置一个超时对象

SetInterval为自动重复,setTimeout不会重复。

clearTimeout(对象) 清除已设置的setTimeout对象

clearInterval(对象) 清除已设置的setInterval对象

posted @ 2018-07-17 20:27  嘟噜嘟嘟  阅读(130)  评论(0编辑  收藏  举报