从文档中删除字段时,remove() 方法和 update() 方法有啥区别?
Posted
技术标签:
【中文标题】从文档中删除字段时,remove() 方法和 update() 方法有啥区别?【英文标题】:What is the difference between the remove() method and the update() method while remove a field form the documents?从文档中删除字段时,remove() 方法和 update() 方法有什么区别? 【发布时间】:2021-11-27 05:44:10 【问题描述】:我想从文档中删除一个字段,所以请告诉我我必须使用带有 $unset 运算符的 remove() 方法或 update() 方法。
【问题讨论】:
【参考方案1】:您需要带有$unset
运算符的update()
方法。
remove()
是删除文档。
【讨论】:
表示update()用于删除文档,update()方法用于删除或移除字段remove()
= 删除文档。 update()
= 设置文档字段。以上是关于从文档中删除字段时,remove() 方法和 update() 方法有啥区别?的主要内容,如果未能解决你的问题,请参考以下文章
[ jquery 文档处理 empty() remove([expr]) detach([expr]) ] 此方法用于把所有匹配的元素移除