const collection = db.collection(My_collection); // Find some documents 找出所有資料collection.find({}).toArray(function(err, docs) { assert.equal(err, null); ...
確定! 回上一頁