HBCMS更多的中文手册参考:

clearInterval Method

DHTML文档教程

Cancels the interval previously started using the setinterval method.

dhtml语法

window.clearinterval(iintervalid)

parameters

iIntervalID Required. Integerthat specifies the interval to cancel. This value must have been previously returned by the setInterval method.

Return Value

No return value.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

window

更多语法参考

setInterval