文章分类 -  mongodb

摘要:MongoDB 使用 update() 和 save() 方法来更新集合中的文档 参数说明: query : update的查询条件,类似sql update查询内where后面的。 update : update的对象和一些更新的操作符(如$,$inc...)等,也可以理解为sql update查 阅读全文
posted @ 2017-12-27 14:46 奔梦 阅读(5250) 评论(0) 推荐(0)