gpt4 book ai didi

shopify - 增加液体中的变量而不输出它们

转载 作者:行者123 更新时间:2023-12-01 15:20:37 26 4
gpt4 key购买 nike

我在shopify中做一个for循环,我需要增加一个变量。

但是,当我这样做时

{% increment variable %}

除了增加它,它还在屏幕上显示输出!

我不敢相信。有没有办法避免这种情况?

谢谢

最佳答案

如果您使用与 forloop.index 不同的逻辑来增加值,您可以使用 plus filter增加变量:

{% assign variable = 0 %}
{% for … %}
{% assign variable = variable | plus: 1 %}
{% endfor %}
我还可以建议您查看 cheat sheet for Shopify .

关于shopify - 增加液体中的变量而不输出它们,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36110738/

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