标签:
//导入json
mongoimport --db ML_OER --collection lecture --file /home/tmp/course_temp.json
//导入Json数组
mongoimport --db ML_OER --collection lecture --file /home/tmp/course_temp.json --jsonArray
标签:
原文地址:http://www.cnblogs.com/haoliansheng/p/5909328.html