使用next完全可以达到 不需要别的方法 if(rs.next())
boolean first() throws SQLException
isnull方法也可以
if(rs.next()){ }这样也是经常用.