1. 數(shù)據(jù)導(dǎo)出
mongoimport --host ip --port 3717 --db spider_nj --collection cityareas cityare.json -u username -p password --authenticationDatabase admin
2. 數(shù)據(jù)導(dǎo)入
mongoexport -d spider_nj -h192.168.1.56:27017 -c cityarea -o cityare.json --authenticationDatabase admin