$item) { Idiom::create([ 'answer' => $item['answer'], 'hint' => $item['hint'], 'is_active' => true, 'sort' => $i, ]); } $this->command->info('已导入 '.count($idioms).' 条成语题目。'); } }