你好,我正在使用 SQLite 制作应用程序,我正在学习读取数据的函数,我遇到了这个:
while(!cursor.isAfterLast()){}
这是什么意思?它返回什么?
android cursor
android ×1
cursor ×1