Handlebars.registerHelper('addKey',function(index){ return index + 1; }); 使用: {{#each this}} {{addKey @index}} {{/each}} ...
確定! 回上一頁