mongoexport -h 127.0.0.1 -u admin -p 123456 -d database -c test -f id --type=csv -o id.csv //excel 格式
mongoexport -h 127.0.0.1 -u admin -p 123456 -d database -c test -o repay0610.txt -q {createTime:{$gt:'2016/06/10',$lt:'2016/06/11'}} //文本格式
mongoexport -h 127.0.0.1 -u admin -p 123456 -d database -c test -o repay0610.txt -q {createTime:{$gt:'2016/06/10',$lt:'2016/06/11'}} //文本格式