gpt4 book ai didi

if-statement - forloop.index 作为 shopify if 语句中的条件

转载 作者:行者123 更新时间:2023-12-04 22:05:49 26 4
gpt4 key购买 nike

我正在尝试做一些非常简单的事情。 我写:

{% for product in collection.products %}
{{ if forloop.index = 1 }}
Hello World!
{{ endif }}
{% endfor %}

问题:
“你好,世界!”出现在每次迭代中。
这里有什么问题?

最佳答案

看起来在循环的每一轮中,您都将索引覆盖为始终等于 1。尝试

{% if forloop.index == 1 %}

反而。

关于if-statement - forloop.index 作为 shopify if 语句中的条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16128546/

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