2017-01-28 90 views

回答

1

count接受可選的applySkipLimit參數用於此目的。因此,如果您想要其結果考慮skiplimit的效果,請使用count(true)

> db.companies.find().limit(1).count(true) 
1