3 年前发表2 年前更新Web前端几秒读完 (大约8个字)TypeScript下给定时器标注类型12let timer: NodeJS.Timeout = setInterval(() => {});clearTimeout(timer);