摘要: MongoDb 创建 删除collection 例1. db.createCollection('test'); 创建collection名字为test 例2. collection允许隐式创建 语法:db.collectionName.insert(document); db.test.inser 阅读全文
posted @ 2022-06-16 11:09 ni当像鸟飞往你的山 阅读(51) 评论(0) 推荐(0) 编辑