executeQuery(select * from student where id=1) 得到的rsultSet 怎么才能知道有没有数据啊? 不想用rs.next 计数那么算,有没有现成的方法?我看API看了半天没找到