db.group.find()
TypeError: db.group.find is not a function :
解决:db.getCollection(“group”).find()
MongoDB查询group集合
db.group.find()
TypeError: db.group.find is not a function :
解决:db.getCollection(“group”).find()
2406

被折叠的 条评论
为什么被折叠?