I have an integer
{% set curYear = 2013 %}
In {% if %}
statement I have to compare it with some string. I can't set curYear
to string at the beginning because I have to decrement it in loop.
How can I convert it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…