草庐IT

CalculateAge

全部标签

javascript - Pug 从模板中的另一个文件调用 js 函数

我将近四个小时都无法解决这个问题,而且我找不到任何对此类问题有帮助的文档。这就是问题所在,我正在使用pug/jade模板,我想在pug模板中调用函数来转换一些数据这是主模板:/**maintemplate*/sectioneachpetinpets.pet.photo-columnimg(src=pet.photo).info-columnh2=pet.namespan.species=(pet.species)pAge:#{calculateAge(pet.birthYear)}//hereIneedtocallcalculateAgefunctionifpet.favFoodsh4