摘要: 、、、、、、、、、、、、、、、路由页面 //修改页面的自定义路由Route::post('unigoods/updata','uniGoodsController@updata');//数据恢复Route::get('unigoods/restore/{id}','uniGoodsControlle 阅读全文
posted @ 2021-08-01 21:04 王越666 阅读(129) 评论(0) 推荐(0) 编辑
摘要: <?php $data = array( array( 'id' => 5698, 'first_name' => 'Bill', 'last_name' => 'Gates', ), array( 'id' => 4767, 'first_name' => 'Steve', 'last_name' 阅读全文
posted @ 2021-08-01 20:00 王越666 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 、、、、、、、、、、、、、、、、框架控制器 public function list(Request $request){ $word=$request->input('word'); $arr=[]; if (!empty($word)){ $arr['word']=$word; } $data= 阅读全文
posted @ 2021-08-01 08:01 王越666 阅读(35) 评论(0) 推荐(0) 编辑