日期:2014-05-16 浏览次数:20467 次
m = function(){emit(this.info.level+"_"+this.info.mType,{level:this.info.level,mType:this.info.mType, title:this.info.headship, count:1});} r = function(k, vals){var m={level:vals[0].level,mType:vals[0].mType,title:vals[0].title,count:0};for(var i in vals)m.count+= vals[i].count; return m;}