假设我们在mongodb中有一些数据
{
_id: ObjectId(7df78ad8902c)
title: 'MongoDB Overview',
description: 'MongoDB is no sql database',
by: 'tutorials point',
url: 'http://www.tutorialspoint.com',
tags: ['mongodb', 'database', 'NoSQL'],
likes: 100,
comments: 'this is a comment'
}
用户输入"评论"并且我想在通过其ID搜索文档后从特定文档中删除该字段。