node.schedule(callback, interval, repeat, delay, key);
node.unscheduleAllCallbacks(); 最妙的是还能再node的schedule的call里用unscheduleAllCallbacks
05-26 22:45