码迷,mamicode.com
首页 > 其他好文 > 详细

定时器

时间:2018-09-06 17:58:55      阅读:166      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!