python mongodb查询结果,取行数

在 MongoDB 中,可以使用 limit() 方法来限制查询结果的行数。例如:

collection.find().limit(10)

你可能感兴趣的:(mongodb,数据库)