clearInterval() 方法可取消由 setInterval() 方法设置的 timeout(及其带来的行为),参数必须是由 setInterval() 返回的 ID 值。语法如下:
window.clearInterval(id)
0