这是我在数据库中的数据:
{
“_id”:ObjectId(“5bf84d5eb6655873af59ead6”),
“game”:1.0,
“action”:{
“actionType”:“GameStart”,
“actionNumber”:0.0,“Player1”
:{
“user”:2.0,
“name " : "Kevin"
},
"Player2" : {
"user" : 4.0,
"name" : "Sue"
}
}
}
问题是报告开始游戏的总数。我尝试了这段代码db.hw6.count({'action.actionType': "GameStart" })
,但出现了错误。我不知道我是怎么做错的。谁能帮忙?