如何用clearsetTimeout停止setTimeout如何用clearsetTimeout停止setTimeout[解决办法]
var timer=setTimerout(function(){alert("dd"),},2000);clearTimeout(timer)//