摘要: $userInfo = DB::table("admin") ->where("username",$username) ->where("password",$pass) ->get() ->map(function ($value) { return (array)$value; })->toA 阅读全文
posted @ 2023-08-31 16:20 skyhxm 阅读(136) 评论(0) 推荐(0)