jsp判断resultset是否为空

1
2 if (rs.isAfterLast() == rs.isBeforeFirst()) {
3    out.print("您所查找的信息不存在,请确认后再查找!");
4    }
else {
5
6}

你可能感兴趣的:(jsp)