- 全局標(biāo)簽
- artlist 文章列表
- models 欄目列表
- modelsartlist 頻道循環(huán)
- type 指定欄目
- include 引用模板
- arcview 單條文檔
- position 面包屑
- assign 定義變量
- empty 為空判斷
- notempty 不為空判斷
- foreach 循環(huán)輸出
- volist 數(shù)據(jù)循環(huán)
- if 條件判斷
- switch 條件判斷
- compare 變量比較
- adv 廣告列表
- load 文件加載
- global 全局變量
- field 字段值
- tags 標(biāo)簽調(diào)用
- searchform 搜索標(biāo)簽
- 常用函數(shù)
- links 友情鏈接
- SQL 數(shù)據(jù)查詢
- weapp 應(yīng)用插件
- range 范圍判斷
- for 數(shù)據(jù)循環(huán)
- ad 單條廣告
- attribute 欄目屬性
- user 會員信息
- diyurl 內(nèi)鏈調(diào)用
- php標(biāo)簽
- hotkeywords 熱門搜索
- notice 站內(nèi)信
- asklist 問答列表
- citysite 城市站點(diǎn)
- navigation 導(dǎo)航菜單
- static 文件引入
- 會員注銷標(biāo)簽使用方法
- 列表標(biāo)簽
- 內(nèi)容標(biāo)簽
- 可視化標(biāo)簽
- 多語言標(biāo)簽
if 條件判斷
【基礎(chǔ)用法】
標(biāo)簽:if
描述:條件判斷,比switch判斷標(biāo)簽更靈活些,視個人習(xí)慣而用。
用法:
{eyou:if condition='($eyou.field.has_children > 0)'}
當(dāng)前欄目列表有下級欄目
{eyou:else /}
當(dāng)前欄目列表沒有下級欄目
{/eyou:if}
文件:
無
屬性:
condition='' 原生php語法條件判斷
涉及表字段:
無
【更多示例】
-------------------------------示例1--------------------------------
描述:多層次判斷
{eyou:if condition='($eyou.field.has_children == 1)'}
當(dāng)前欄目列表的欄目ID有1個下級欄目
{eyou:elseif condition='($eyou.field.has_children == 2)' /}
當(dāng)前欄目列表的欄目ID有2個下級欄目
{eyou:else /}
當(dāng)前欄目列表的欄目ID有N個下級欄目
{/eyou:if}
-------------------------------示例2--------------------------------
描述:if標(biāo)簽之間嵌套
{eyou:if condition='($eyou.field.has_children > 0)'}
{eyou:if condition='($eyou.field.has_children == 1)'}
當(dāng)前欄目列表的欄目ID有1個下級欄目
{eyou:elseif condition='($eyou.field.has_children == 2)' /}
當(dāng)前欄目列表的欄目ID有2個下級欄目
{eyou:else /}
當(dāng)前欄目列表的欄目ID有N個下級欄目
{/eyou:if}
{/eyou:if}
文檔最后更新時間:2023-10-23 17:30:30
未解決你的問題?請到「問答社區(qū)」反饋你遇到的問題