标签: handlebars.js
是否有类似{{foo.*index*.title}}的内容可以访问手柄中的{{foo.4.title}}?
{{foo.*index*.title}}
{{foo.4.title}}
var foo = { 1: { title: 'foo a' }, 4: { title: 'foo b' } 7: { title: 'foo c' } } var index = 4