MDN Reference
用于清除传入ID对应的 setTimeout 计时器。
要清除的计时器的ID。
Cancels a Timeout object created by setTimeout().
Timeout
setTimeout()
A Timeout object as returned by setTimeout() or the primitive of the Timeout object as a string or a number.
v0.0.1
MDN Reference