翻译或纠错本页面
- Reference >
- mongo Shell Methods >
- Cursor Methods >
- cursor.hasNext()
cursor.hasNext()¶
- cursor.hasNext()¶
返回: 布尔型。 如果从 db.collection.find() 方法返回的游标对象可以迭代并返回更多文档对象, cursor.hasNext() 方法会返回 true 。