收藏
回答

skip作用是什么?

db.collection('todos').skip(10)
  .get()
  .then(console.log)
  .catch(console.error)

ship(10)是从第10条记录往后开始显示吗?
回答关注问题邀请回答
收藏

3 个回答

  • 微喵网络
    微喵网络
    2020-10-13

    2020-10-13
    有用 1
    回复
  • Aaron
    Aaron
    2021-04-07

    是从整个集合中skip,还是从刷选结果中skip?

    2021-04-07
    有用
    回复
  • meng674782630
    meng674782630
    2020-10-13

    从数据库第十条开始 一般用于分页

    2020-10-13
    有用
    回复 1
    • Aaron
      Aaron
      2021-04-07
      注意语义:是从结果集上skip
      2021-04-07
      回复
登录 后发表内容
问题标签