前言:setinterval怎么清除一般讲setinterval函数赋值给一个变量,使变量获取setinterval函数的句柄 然后使用方法clearInterval(句柄);停止 $(function () { ...