我有這樣的結構如何求和字段的值?
{
"actionName": "add_new_paint_layer",
"countUse": 1,
"sources": "smth"
},
{
"actionName": "clear",
"countUse": 1,
"sources": "smth"
},
{
"actionName": "clear",
"countUse": 5,
"sources": "smth"
},
如何總結 「countUse」 爲actionName 「清晰」?
https://docs.mongodb.com/manual/reference/operator/aggregation/sum/和http://godoc.org/labix.org/v2/mgo#Collection.Pipe –
哪裏是你的顯示你的嘗試的代碼?當你嘗試時什麼都不起作用? – Flimzy