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