摘要: 一.定时器 1. JS存在两种定时器 setTimeout() 延迟定时器 setInterval() 循环定时器(“间隔器”) 定时器中的函数挂载在window对象,内部的this ——> window setTimerout(function(){ console.log('wuwei') }, 阅读全文
posted @ 2024-06-28 20:39 二价亚铁 阅读(505) 评论(1) 推荐(1)