[pymongo] _id 로 remove 하기 ... from bson.objectid import ObjectId find ... id = find['_id'] myCollection.remove({'_id': ObjectId(id)}).
確定! 回上一頁