基础
开发指引
小程序端SDK
初始化
云函数
文件存储
数据库
Database
Document
Collection
Command
AggregateCommand
Geo
服务端SDK
指定查询返回结果时从指定序列后的结果开始返回,常用于分页
offset: number
db.collection('todos').skip(10) .get() .then(console.log) .catch(console.error)
← remove update →