摘要: CURD insert db.collection.insertOne() db.collection.insertMany() db.fruits.insertOne({name:"apple"}) db.fruits.insertMany([ {name:"apple"}, {name:"pea 阅读全文
posted @ 2022-03-01 17:51 rachel_aoao 阅读(46) 评论(0) 推荐(0)