摘要: $set:用来添加或者修改属性 $unset:用来去除属性 例如: 1 /* 使用$unset去除属性price */ 2 db.runoob.update({"_id":"5e0da38b6c355e49d8002378"}, {$unset:{"price":0}}); 3 4 /* 使用$se 阅读全文
posted @ 2020-01-02 16:39 松松敲代码 阅读(4268) 评论(2) 推荐(0) 编辑