AI代码助手复制代码 如果他显示出了一个true,则证明删除成功,如果没有删除成功,则报错 NO.2通过主键值删除 代码如下: namespaceApp\Http\Controllers;useApp\Student;useIlluminate\Support\Facades\DB;classStudentControllerextendsController{publicfunction orm4() {$num=Student::destroy(7);var_dump($num); } }...