摘要: 1 interval = window.setInterval(() => { 2 if (timer) clearTimeout(timer); 3 timer = window.setTimeout(() => { 4 func(props.pageNum); 5 }, 0); 6 }, 300 阅读全文
posted @ 2023-03-01 13:11 墨丿离殇 阅读(14) 评论(0) 推荐(0)