TA贡献1833条经验 获得超4个赞
1.直接用sql查询
2.查询出数组,用count()方法计算条数
TA贡献1843条经验 获得超7个赞
$userCount
=
$User
->
count
();
如果有查询条件的话
->where(
$where
)->
举报