查詢方法 條件查詢方法 where 方法 可以使用 where 方法進行 AND 條件查詢: Db::table(‘think_user’) -where(‘name’,‘like’,’%thinkphp’) -where(‘status’,1) -find();