ResultSet rs ; rs.next() 只能调用一次 第一次: System.out.println(rs.next()); true 第二次 System.out.println(rs.next()); false