delTitle = $delTitle; } public function collection(Collection $rows) { $this->delTitle($rows); //$rows 是数组格式 $this->data = $rows; } public function delTitle (&$rows) { $rows = $rows->slice($this->delTitle)->values(); } }