创建、更新和删除(三)
摘要:一:插入 插入是向MongoDB中添加数据的基本方法 db.test.insert() > use testdb switched to db testdb > db.test.insert({"name":"lile"}) WriteResult({"nInserted":1}) > db.tes
阅读全文
posted @ 2017-07-10 16:00
posted @ 2017-07-10 16:00
posted @ 2017-07-07 16:54
posted @ 2017-07-07 14:27