mongodb shell 中执行:

db.source(复制源表).find().forEach(function(x){

  db.target(目的表).insert(x);

})

05-11 16:07