readFileSync ('out_file.json'); const docs = JSON.parse(data.toString()); db.collection('outCollection') .insertMany(docs, function(err, ...
確定! 回上一頁