84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
在mongo中执行命令db.loadServerScripts()报错:SyntaxError: missing } after property list src/mongo/shell/db.js:1038这个错误导致的问题是新增加一个mongo函数xxxx之后,接着调用这个函数就会被提示:ReferenceError: xxxx is not defined (shell):1但是之前添加的mongodb函数不受影响。`
db.loadServerScripts()
SyntaxError: missing } after property list src/mongo/shell/db.js:1038
xxxx
ReferenceError: xxxx is not defined (shell):1
エラー メッセージを確認すると、スクリプトに構文エラーがあることがわかります。 チェックしてくださいxxx和它附近的代码哪里缺了}。
xxx
}
エラー メッセージを確認すると、スクリプトに構文エラーがあることがわかります。
チェックしてください
xxx
和它附近的代码哪里缺了}
。