gpt4 book ai didi

mustache - 如果参数是特定值,请使用 mustache js 检查

转载 作者:行者123 更新时间:2023-12-03 09:01:43 26 4
gpt4 key购买 nike

是否可以检查 mustache js 中的特定值,例如 {{name}} == "James" ?

数据:

json: {
name: "James"
}

HTML:
{{name}} //Will give me James as output
{{name == "James" }} //Is it possible to check specific value?

最佳答案

不。 mustache 背后的想法是它是一种无逻辑的模板语法。所以,不,这样的逻辑是不可能的。

We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values. https://github.com/janl/mustache.js

关于mustache - 如果参数是特定值,请使用 mustache js 检查,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20345288/

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