摘要: function throttle(fn, gapTime) { // if (gapTime == null || gapTime == undefined) { gapTime = 1500 } let _lastTime = null return function () { let _now 阅读全文
posted @ 2020-03-06 17:27 SlightFly 阅读(180) 评论(0) 推荐(0)