window方法:clearInterval()
clearInterval()方法
WindowOrWorkerGlobalScope mixin的clearInterval()方法,它取消了之前通过调用setInterval()而建立的定时重复动作。
clearInterval()方法语法
scope .clearInterval(intervalID)
链接到参数部分
intervalID
- 要取消的重复操作的标识符。此ID由相应的
setInterval()
调用返回。
值得注意的是,setInterval()和setTimeout()使用的ID池是共享的, 这意味着你可以在技术上使用clearInterval()和clearTimeout()互换。但是,为了清晰起见,您应该避免这样做。
返回值
undefined
clearInterval()方法示例
查看setInterval()示例。
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard 该规范中“WindowOrWorkerGlobalScope.clearInterval()”的定义。 |
Living Standard |
方法移动到最新规范中的WindowOrWorkerGlobalScope mixin。 |
HTML Living Standard 该规范
中'clearInterval()'的定义。 |
Living Standard |
浏览器兼容性
新的兼容性表格处于测试阶段
电脑端 | 移动端 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome
|
Edge
|
Firefox
|
Internet Explorer
|
Opera
|
Safari
|
Android webview | Chrome for Android
|
Edge Mobile | Firefox for Android
|
Opera for Android
|
iOS Safari | |
基本支持 | 支持:1 | 支持 | 支持:1 | 支持:4 | 支持:4 | 支持:4 | 支持:1 | 支持:1 | 支持 | 支持:4 | 支持:6 | 支持:1 |