Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は整数を持っています
{% set curYear = 2013 %}
ステートメントでは{% if %}、それを何らかの文字列と比較する必要があります。curYearループでデクリメントする必要があるため、最初に文字列に設定できません。
{% if %}
curYear
どうすれば変換できますか?