使用實(shí)例 1,、判斷如果是第一條,class="cur",,其它為空 【 {dede:channelartlist} 下使用】 {dede:global.itemindex runphp='yes'}if(@me==1){@me='class="cur"';}else{@me='';}{/dede:global.itemindex} 2,、自增寫(xiě)法, class="nav{dede:global.itemindex/} class="nav1",、nav2,、nav3......... 3、奇數(shù)行后面加<p>|</p> [field:global name=autoindex runphp="yes"](@me%2==0)? @me="<p>|</p>":@me="";[/field:global] dede 自增函數(shù)判斷
1,、只能在 {dede:channelartlist} 下使用,,
{dede:global.itemindex runphp='yes'}if(@me==0){@me='右邊';}else{@me='左邊';}
[field:global.autoindex runphp='yes']if(@me==1){@me='class="cur"';}else{@me='';}[/field:global.autoindex]
2、自增函數(shù)
{dede:global.itemindex/}
0 表示從0開(kāi)始 可以修改是1的話(huà)從1開(kāi)始 1,,2,3...
{dede:global.itemindex runphp='yes'}@me=$GLOBALS[' itemindex ']+0;{/dede:global.itemindex}
3,、可在{dede:arclist}下使用
0 表示從0開(kāi)始 可以修改是1的話(huà)從1開(kāi)始 1,2,3...
[field: itemindex runphp='yes']@me=$GLOBALS['itemindex']+0;[/field:itemindex]
4,、自增函數(shù):[field:global.autoindex/] |
|
來(lái)自: 顧于思文摘館 > 《網(wǎng)絡(luò)編程》