标签:alert style val 一次函数 int eid div clear 清理
var timeId = setInterval(function () { alert("hello"); }, 2000); //点击按钮,停止定时器 //参数:要清理的定时的id的值 document.getElementById("btn").onclick = function () { window.clearInterval(timeId); };
标签:alert style val 一次函数 int eid div clear 清理
原文地址:https://www.cnblogs.com/jane-panyiyun/p/12024943.html