摘要: function mySetInterVal(fn,a,b) { let timer={}; function setOneTimer(fn,a,b){ timer.id=setTimeout(()=>{ console.log(a); fn(); setOneTimer(fn,a+b,b); }, 阅读全文
posted @ 2021-06-11 17:33 有肌肉的小眼睛 阅读(159) 评论(0) 推荐(0)