希斯

修改
鏉ユ簮: 管理员 浏览 2905 日期 2010-06-09 0

我的想法来源于看过《蝙蝠侠:黑夜骑士》之后,希斯

评论

{{ username ? username.charAt(0).toUpperCase() : '?' }}
Ctrl+Enter 发布
{{ (c.username || c.author_name || '?').charAt(0).toUpperCase() }}
{{ c.username || c.author_name }} {{ Utils.formatDate(c.created_at) }}