crontab_str)) { return ['code' => 0, 'msg' => "格式错误: {$this->crontab_str}"]; } return CronParser::formatToDate($this->crontab_str, 1)[0]; } }