MongoDB has a removal method to remove documents: db.users.remove({name : "Tom"}) The remove() method returns the WriteResult object.
確定! 回上一頁