isfirst那个registerHelper里函数参数options是什么啊,为什么返回fn呢
Handlebars.registerHelper("isfirst",function(value,options){
if(value==0){
return options.fn(this);
}
});
Handlebars.registerHelper("isfirst",function(value,options){
if(value==0){
return options.fn(this);
}
});
2017-07-20
举报