src/utils/cron.js/Task/start. start() { if (this.ref) { return; } this.runOnce(); this.ref = setInterval(() => this.runOnce(), this.interval); }.
確定! 回上一頁