合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
#### 逻辑判断 if ~~~ {% if data.cid==1 %} this is one {% elseif data.cid==2 %} this is two {% elseif data.cid==3 %} this is three {% else %} this is undefind {% endif %} ~~~ 类似php的 if else