会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
空虚骑士
首页
新随笔
管理
2023年4月26日
js节流和防抖
摘要: 节流(throttle): 指连续触发事件的函数,在一定时间间隔内只执行一次。 function throttle(fn, delay) { let timer = null; return function() { const self = this; const args = arguments
阅读全文
posted @ 2023-04-26 09:37 变形金刚之猩猩将军
阅读(26)
评论(0)
推荐(0)
编辑
公告