设置起始位置

collection.skip()

参数说明

参数类型必填说明
valueInteger跳过展示的数据

使用示例

  1. collection.skip(4).get().then(function(res) {
  2. });