HBCMS更多的中文手册参考:

clearTimeout Method

DHTML文档教程

Cancels a time-out that was set with the settimeout method.

dhtml语法

window.cleartimeout(itimeoutid)

parameters

iTimeoutID Required. Integerthat specifies the time-out setting returned by a previous call to the setTimeout method.

Return Value

No return value.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

window