摘要: DDDD:function(){ this.haha = false setTimeout(function(){ this.haha = true },5000); # 意思就是五秒后 this.haha 从 false 从新赋值为 true } setTimeout(function(){},5 阅读全文
posted @ 2020-01-09 11:54 这是春天吧 阅读(4396) 评论(0) 推荐(0)