开发者社区 问答 正文

记录集接口中public boolean last()方法的作用是什么?

记录集接口中public boolean last()方法的作用是什么?

展开
收起
游客k7rjnht6hbtk6 2021-10-30 10:06:46 507 分享 版权
1 条回答
写回答
取消 提交回答
  • 该方法的作用刚好和 first() 方法相反,是将当前行定位到数据库记录集的最后一行。

    2021-10-30 10:07:20
    赞同 展开评论