insertMany () 用于向集合插入一个多个文档,语法格式如下: db.collection.insertMany( [ <document 1> , <document 2>, ... ], { writeConcern: <document>, ordered: ...
確定! 回上一頁