我试过这样的mongo导入
mongoimport -d test -c foo importfile.json
mongoimport --host localhost --db local --collection lecturer --type json --file temp.json --headerline --upsert
并且我收到相同的错误消息“语法错误:缺少;之前语句(shell):1”我的代码有什么问题以及如果我的数据存储在 C:\Documents and Settings\User\Desktop 中,如何导入?请帮忙,提前谢谢