WXL
19 小时以前 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
1
"use strict";let t;exports.throttle=function(e,o=500,i=!0){i?t||(t=!0,"function"==typeof e&&e(),setTimeout(()=>{t=!1},o)):t||(t=!0,setTimeout(()=>{t=!1,"function"==typeof e&&e()},o))};