gpt4 book ai didi

html - Jade 不呈现复选框文本?

转载 作者:太空狗 更新时间:2023-10-29 13:18:51 26 4
gpt4 key购买 nike

我正在尝试使用编译的 jade 将 chekcboxes 输入放在我的 html 文件中,它呈现实际的复选框而不是文本,即

          p.confirm
input(type="checkbox", name="agree")
| I agree to the Terms & Conditions of this Company <br />
input(type="checkbox", name="subscribe")
| Tick to recieve future communication from Company

我尝试了 jade 文档,但没有任何反应,谢谢

最佳答案

我不确定接受的答案如何工作,因为如果没有转义,Jade 会将文本解释为标签。

这两个都可以代替:

p.confirm
label
input(type="checkbox", name="agree")
| I agree to the Terms & Conditions of this Company
br
label
input(type="checkbox", name="subscribe")
= " Tick to recieve future communication from Company"

需要标签才能使文本可点击。

关于html - Jade 不呈现复选框文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11817469/

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