The syntax for ranges in liquid for loops is here in the Shopify docs: {% assign num = 4 %} {% for i in (1..num) %} {{ i }} {% endfor ...
確定! 回上一頁