Hash[ hash.map{ |k, v| [k, v =~ /(.*)_count$/ ? user.send($1.to_s).send('count') : user.send(v) ] } ]
不知可行不
或者
if 'attribute' =~ /(.*)_count$/
data[$1] = user.send($1.to_s).send('count')
else
...
end
if 'attribute'.end_with?('_count')
'attribute' = 'attribute'.delete('_count')
data['attribute'] = user.send('attribute').send('count')
else
data['attribute'] = user.send('attribute')
end
也比较锉
data['attribute'] = user.send('attribute') ???
#25 楼 @sundevilyang 那明天估计去不成了,期待分享聚会过程...
楼主消失了... 综合一下大家的意见吧~
$('#reply5 span.name a').attr('data-name')
2012 年 07 月 06 日(周五)晚上 7 点至 9 点 表示在帝都这个时间不太好啊 以帝都的交通状况,说不定我赶过去就 8 点多了,不过可能海淀那边程序员多吧 要么干脆周末 要么干脆周一到周五抽一天吧 最好白天 帝都的交通 唉
买条船回家打渔...
上班 8 下班 2~4
要不要给表情 加一个 vertical-align 啊,现在跟文字的排列不好看 不齐
我想错题目了...