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