美文网首页
TypeScript超时设置

TypeScript超时设置

作者: 思考的小妮子 | 来源:发表于2018-10-08 18:14 被阅读29次

    timer:number;

            start() {

              this.timer=setInterval(()=>this.span.innerHTML=newDate().toTimeString(), 500);

            }

            stop(){

                clearTimeout(this.timer);

            }

    相关文章

      网友评论

          本文标题:TypeScript超时设置

          本文链接:https://www.haomeiwen.com/subject/jcvjaftx.html