cocos2d-js: cc.delayTime() and cc.repeatForever() don't work together in cc.sequence() this.numm = 100; //设置倒计时总数为100 var act = cc.sequence(cc.callFunc(function() { //在这里面可自定义事件(在此我以倒计时为例) this.numm --; this.table_time.setString(this.numm);//赋值到标签对象…