Yuk 假如执行域和方法都一样呢,如下:Laya.Timer.loop(100, this, this.fun, null, false); Laya.Timer.loop(200, this, this.fun, null, false); Laya.Timer.loop(300, this, this.fun, null, false);上面的代码应该是给this增加了3个定时器吧
Yuk Laya.Timer.once(100, this, this.fun, null, false);Laya.Timer.once(400, this, this.fun, null, false);Laya.Timer.once(900, this, this.fun, null, false); 在另一处:Laya.Timer.clear(this, this.fun); 这样的写法应该很常见吧