var_dump($student)好的,dd($student)为什么会报错呢?
var_dump($student)好的,dd($student)为什么会报错呢? at array_map(object(Closure), array(array(object(stdClass), object(stdClass)))) in helpers.php line 510 at dd(array(object(stdClass), object(stdClass))) in StudentController.php line 20 at StudentController->test1()