翻译或纠错本页面
- Reference >
- mongo Shell Methods >
- Cursor Methods >
- cursor.next()
cursor.next()¶
- cursor.next()¶
返回: The next document in the cursor returned by the db.collection.find() method. See cursor.hasNext() related functionality.