2019年9月20日

摘要: 先给结论 function customInterval(callback, interval) { let lastTime = 0; function animate(time) { if (time - lastTime >= interval) { callback(); lastTime 阅读全文
posted @ 2019-09-20 17:23 完美前端 阅读(1206) 评论(0) 推荐(0)

导航