MDN Reference
用于清除传入ID对应的 setTimeout 计时器。
setTimeout
Clears the setTimeout timer corresponding to the provided ID.
要清除的计时器的ID。
The ID of the timer to be cleared.
用于清除传入 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