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