摘要:
出现以下错误时: G:\nodejs\login\node_modules\mongodb\lib\mongo_client.js:797 throw err; ^ TypeError: db.collection is not a function at findRestaurants (G:\n 阅读全文
摘要:
不多说,旧版本使用 db.addUser("root","root") 新版本使用这句会出现这个错误提示 TypeError: db.addUser is not a function : @(shell):1:1 新版本用的是 db.createUser( { user: "test", pwd: 阅读全文