mongoexport导出csvMar 18, 202349Copy./mongoexport -h ip:port -u username-p password -d db -c collectionname --out outfile.csv --authenticationDatabase admin ---