摘要: let count = 0, maxCount = 3; function event() { count += 1; console.log(count); return count < maxCount; } let prev = 0; const t = 1000; // 1秒 functio 阅读全文
posted @ 2022-08-17 10:08 Ajanuw 阅读(275) 评论(0) 推荐(0) 编辑