ThirtyZhang / ThirtyZhang.github.io

MyBlog
1 stars 0 forks source link

JS定时器 | 张磊博客 #16

Open ThirtyZhang opened 4 years ago

ThirtyZhang commented 4 years ago

https://thirtyzhang.github.io/2020/02/13/javascript-ding-shi-qi/

定时器 都是全局对象window上的方法 , 内部函数this指向window 注意: setInterval("console.log('a');", 1000);//每隔1000毫秒会打印一次字符串a

设置循环定时器 setInte