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