织梦autoindex应用 dedecms循环中判断第几条数据

待到芦花摇曳时,再倚西窗闻雁鸣,日落西山江上行,思缱绻,清月冷,风也寄情。光影斑驳,时光掠过,心于光阴的门楣,寂静欢喜。一纸素文,一缕清风,写意了心中的世界,终有一人的身影站立在风中于梦中,风去,影渐消。水潺潺,风声声,心低喃细语。 "

arclist 标签下使用 [field:global.autoindex/] 默认从1开始

{dede:arclist row='10' titlelen='48' typeid='1' channelid='1'}

从1开始:[field:global runphp='yes' name=autoindex][/field:global]或者[field:global.autoindex/]

从0开始:[field:globalrunphp='yes' name=autoindex]@me=@me-1;[/field:global]

{/dede:arclist}

channel 标签下使用 [field:global.autoindex/] 默认从0开始

{dede:channel row='5' type='top'}

从0开始:[field:global runphp='yes' name=autoindex][/field:global]或者[field:global.autoindex/]

从1开始:[field:globalrunphp='yes' name=autoindex]@me=@me+1;[/field:global]

{/dede:channel}

channelartlist 标签下使用 {dede:global.itemindex/} 默认从1开始

{dede:channelartlist row='4'}

从1开始:{dede:global name=itemindex runphp='yes'}{/dede:global}或者{dede:global.itemindex/}

从1开始:{dede:global name=itemindex runphp='yes'}@me=@me-1;{/dede:global}

{/dede:channelartlist}

list到第10条时输出<br/>,否则输出空

循环到第几条加条线同理

{dede:list pagesize='40' orderby='id'}

<li><a title="[field:title function='htmlspecialchars(@me)'/] " rel="nofollow noopener noreferrer" href="[field:arcurl /]">[field:title /]</a></li>

[field:global name='autoindex' runphp='yes']if(@me%10==0){@me="<br/>";}else{@me='';}[/field:global]

{/dede:list}

以上就是织梦autoindex应用 dedecms循环中判断第几条数据。一个人的成长,就是从自信到自责再到自信。既然如此,有些人自认到达巅峰,又何尝不为底层。更多关于织梦autoindex应用 dedecms循环中判断第几条数据请关注haodaima.com其它相关文章!

标签: 织梦 autoindex