cursor.close()

Definition

close()方法具有以下原型形式:

db.collection.find(<query>).close()
首页