摘要: 页面 路由: \think\Route::any('goods/delete/:id','goods/goods/delete');控制器: public function delete($id) { $where=[ 'Brand_id'=>$id (表中字段=》参数id) ];//根据 id 查 阅读全文
posted @ 2021-09-15 11:17 南瓜不能吃 阅读(194) 评论(0) 推荐(0)