好用的分页
$user = DB::table('user')->paginate(10);
return view('view',[user=>$user]);

简单分页用simplePaginate

视图中{!! $user->render()!!} 显示下一页等工具栏


首页 我的博客
粤ICP备17103704号