mongodb导出数据 mongoexport -u 用户名 -p 用户密码 --collection=表名 --db=数据库名 --out=导出的文件名.json 查找导出文件的位置 find -name 文件名.json