设置记录数量

collection.limit()

参数说明

参数类型必填说明
valueInteger限制展示的数值

使用示例

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