MDN Reference
用于清除传入ID对应的 setInterval 计时器。
setInterval
Clears the setInterval timer corresponding to the provided ID.
要清除的计时器的ID。
The ID of the timer to be cleared.
用于清除传入 ID 对应的 setInterval 计时器。
要清除的计时器的 ID。
Cancels a Timeout object created by setInterval().
Timeout
setInterval()
A Timeout object as returned by setInterval() or the primitive of the Timeout object as a string or a number.
v0.0.1
MDN Reference