你加一个统计条目数的count()函数。两条语句就不是一个意思,区别大拉。 第一个是统计你所查询的条目数,student_info这个表实际有多少条数据运行select count(*)from student_info 这个语句就可以得到。而select *from student_info 是查询student_info表中实际数据。