查找数据库数据条数方法 select count(*) from 表名selcet count(*) from TCm model where model.username = uid;selcet count(*) from TCm model where model.username like + "ckey";