摘要: 概念 在规定时间内自动执行某个函数;定时器又分为延时定时器和间歇定时器,即 setTimeOut 和 setInterval 定时器的创建和清除 延时定时器 function fn(){ console.log('setTimemOut') } const timer = setTimeOut(fn 阅读全文
posted @ 2021-01-11 11:09 Tutao1995 阅读(134) 评论(0) 推荐(0)