clearinterval

`clearInterval` 是 JavaScript 中的一个函数,用于停止之前通过 `setInterval` 函数创建的定时器。当你在 JavaScript 中使用 `set