gpt4 book ai didi

if-statement - Twig:在if语句中通过键获取数组元素

转载 作者:行者123 更新时间:2023-12-03 23:22:09 25 4
gpt4 key购买 nike

我想在 if 语句中通过键获取元素的值。

示例:

作品:

{{ example[5] }}

不起作用:
{% if example2 is example[5] %} something ... {% endif %}

抛出异常:

Unexpected token "punctuation" of value "[" ("end of statement block" expected)



非常感谢

亲切的问候

最佳答案

代替

{% if example2 is example[5] %} something ... {% endif %}

尝试将"is"更改为“==”
{% if example2 == example[5] %} something ... {% endif %}

关于if-statement - Twig:在if语句中通过键获取数组元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11169608/

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