最佳答案
FBFriendModel.find({
id: 333
}, function (err, docs) {
docs.remove(); //Remove all the documents that match!
});
上面的看起来不管用,记录还在那里。
有人能修好吗?