mongoDB分享
数据删除
shell:mongo 进入控制台
show databases: 展示已有的数据库
db.xxx.remove({"name":"xxx"}); ps:可以先用查看是否要删除的数据db.xxx.find({"name":"xxx"});