db.getCollection(“product_test”).find()
db.getCollection(“product_test”).remove({phone : “15700000000”})
删除phone字段为15700000000的所有值
db.getCollection(“product_test”).find()
db.getCollection(“product_test”).remove({phone : “15700000000”})
删除phone字段为15700000000的所有值