//导入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
时间: 2024-11-04 20:06:27
//导入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