gpt4 book ai didi

javascript - 在哈巴狗中使用 bool 局部变量

转载 作者:太空宇宙 更新时间:2023-11-04 01:42:05 24 4
gpt4 key购买 nike

我在nodejs中使用pug并希望将 bool 局部变量传递给pug文件以及基于此局部变量的if条件。

如何在像打击这样的if条件下在pug文件上使用firstnameProblem?

电子邮件.js:

email.send({
template: template,
message: { to: 'a@a.com' },
locals: {firstnameProblem:false}
});

html.pug:

 ul
if ${firstnameProblem}
li Problem in first name

最佳答案

我找到了答案,我可以在哈巴狗中使用像变量一样的局部变量:

html.pug:

ul
if firstnameProblem
li Problem in first name

关于javascript - 在哈巴狗中使用 bool 局部变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52577652/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com