摘要: 1).update()命令db.collection.update( criteria, objNew, upsert, multi )criteria : update的查询条件,类似sql update查询内where后面的objNew : update的对象和一些更新的操作符(如$,$inc.... 阅读全文
posted @ 2015-03-27 15:15 ElvinLong 阅读(601) 评论(0) 推荐(0) 编辑