清除所有定时器let end = setInterval(function () { }, 10000);for (let i = 1; i <= end; i++) { clearInterval(i);}