db.message.aggregate([{ $match : {"列":"值"}},{ $group : { _id :"$列名", 变量名称 : {$sum :"$列名"} }} //计算总和]);