clearTimeout(timeout)
timeout
<Timeout> | <string> | <number> 由setTimeout()
返回的Timeout
对象、或作为字符串或数字的Timeout
对象的原始类型。
取消由 setTimeout()
创建的 Timeout
对象。
timeout
<Timeout> | <string> | <number> ATimeout
object as returned bysetTimeout()
or the primitive of theTimeout
object as a string or a number.
Cancels a Timeout
object created by setTimeout()
.