//导入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

04-19 16:46