Skip to content

mongoDb

db.collectionName.find() .limit(num) // 表示每次读取的条数 .skip(num) // 表示每次略过的条数

共 20 个模块,1301 篇 Markdown 文档。