this.schedule(function() { // 这里的 this 指向 component this.doSomething(); }, 0.5,3);
我参数是3 但是 doSomething()会执行4次
文档中说就是执行repeat+1次,文档:http://docs.cocos.com/creator/api/zh/classes/Component.html#schedule