val bulkDocs = schemasDocs.map(implicitly[collection.ImplicitlyDocumentProducer](_)) collection.bulkInsert(ordered=true)(bulkDocs: _*) ...
確定! 回上一頁