标签:style ini sof 定时器 null time ros clear timer
this.timer = setInterval(dojo.hitch(this, function(){
this.initData();
}), 3000);
if(this.timer){
clearInterval(this.timer);
this.timer = null;
}
标签:style ini sof 定时器 null time ros clear timer
原文地址:https://www.cnblogs.com/7q4w1e/p/9599230.html