mongoexport -d Vshuo -c post -o D:/post.json
-d 数据库名
-c 集合名词
-o 导出的路径
mongoimport --db info --collection student --drop --file /db.json
-db test 想往哪个数据库里面导入
--collection restaurants 想往哪个集合中导入
--drop 把集合清空
--file primer-dataset.json 哪个文件