Call to a member function format() on string 乍回事?
$student= Student::find(1006); $student->name = 'kitty'; $student->age=18; $bool= $student->save(); var_dump($bool); "Call to a member function format() on string" 更新不了数据怎么回事?
$student= Student::find(1006); $student->name = 'kitty'; $student->age=18; $bool= $student->save(); var_dump($bool); "Call to a member function format() on string" 更新不了数据怎么回事?
2018-01-24
举报