摘要: $data = Db::name('user')->paginate(40);$pages = ['currentPage'=>$data->currentPage(),'lastPage'=>$data->lastPage(),'total'=>$data->total(),'listRows'= 阅读全文
posted @ 2019-03-04 09:36 Gupq 阅读(349) 评论(0) 推荐(0)