摘要: <script> function fangDou(fn,delay){ let timer = null; return function () { if(timer){ clearTimeout(timer); } timer = setTimeout(fn,delay); } } functi 阅读全文
posted @ 2023-05-09 10:05 Imzzk 阅读(32) 评论(0) 推荐(0)