企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# clearTimeout ### clearTimeout(number timeoutID) 可取消由 setTimeout() 方法设置的定时器。 #### 参数 ##### number timeoutID 要取消的定时器的 ID > 原文: <https://developers.weixin.qq.com/minigame/dev/api/timer/clearTimeout.html>