織夢(mèng)DedeCMS自增函數(shù)[field:global name=auto,織夢(mèng)文章
導(dǎo)讀:織夢(mèng)文章織夢(mèng)文章看來(lái)不少朋友需要不了解這個(gè)自增函數(shù)的用法,在這里我列舉一些常見(jiàn)的寫(xiě)法以及作用。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1dede模板下載夢(mèng)織模板。
看來(lái)不少朋友需要不了解這個(gè)自增函數(shù)的用法,在這里我列舉一些常見(jiàn)的寫(xiě)法以及作用。
[field:global name=autoindex/] <!--普通打印遞增的數(shù)字--> [field:global name=autoindex runphp="yes"]@me=@me+5;[/field:global] <!--將值加5后再打印--> [field:global name=autoindex runphp="yes"](@me%2==0)? @me="|":@me="";[/field:global] <!--如果被2整除則打印豎線否則為空--> [field:global name=autoindex runphp="yes"](@me!=8)? @me="|":@me="";[/field:global] <!--如果不等于8輸出豎線否則為空,即為8的時(shí)候不打印豎線--> [field:global runphp='yes' name=autoindex] $a="<li>"; $c="<li class='line'>"; if ((@me % 5) == 0) @me = $c; else @me = $a; [/field:global] <!--常見(jiàn)的列表每5行有下劃線--> [field:global runphp='yes' name=autoindex] $a="<div class='box'>"; $b="廣告1"; $c="</div>"; $d="廣告2"; $e=""; &nb織夢(mèng)網(wǎng)站模板sp; if (@me 織夢(mèng)模板網(wǎng)== 5) @me = $a.$b.$c; else if (@me == 10) @me = $a.$d.$c; else @me = $e; [/field:global] {dede:global name='itemindex' runphp='yes'} $a="<dl class='box1 w335 fl'>"; $c="<dl class='box1 w335 fr'>"; if ((@me % 2) == 0) @me = $c; else @me = $a; {/dede:global} [field:global name="autoindex" runphp="yes"] if (@me <= 3) @me=@me-1; else if (@me%4 == 0) @me = "3"; else if (@me%4 == 1) @me = "0"; else if (@me%4 == 2) @me = "1"; else if (@me%4 == 3) @me = "2"; else @me = ""; [/field:global]聲明: 本文由我的SEOUC技術(shù)文章主頁(yè)發(fā)布于:2023-07-21 ,文章織夢(mèng)DedeCMS自增函數(shù)[field:global name=auto,織夢(mèng)文章主要講述函數(shù),標(biāo)簽,CMS網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請(qǐng)保留鏈接: http://www.bifwcx.com/article/web_32479.html
為你推薦與織夢(mèng)DedeCMS自增函數(shù)[field:global name=auto,織夢(mèng)文章相關(guān)的文章
-
dedecms首頁(yè)中文章列表無(wú)刷新頂、踩的實(shí)現(xiàn)
(120)人喜歡 2023-07-21 -
織夢(mèng)網(wǎng)站地圖Sitemap+百度Ping推送功能實(shí)現(xiàn)
(160)人喜歡 2023-07-21 -
DeDecms后臺(tái)設(shè)置及網(wǎng)站地圖seo優(yōu)化,織夢(mèng)技
(50)人喜歡 2023-07-21 -
DedeCMS模板制作自定義表單時(shí)添加驗(yàn)證碼的
(166)人喜歡 2023-07-21 -
織夢(mèng)標(biāo)簽:sonchannel 子欄目調(diào)用,織夢(mèng)教程
(103)人喜歡 2023-07-21 -
在織夢(mèng)cms中使用繁體轉(zhuǎn)簡(jiǎn)體的函數(shù)BIG5To
(186)人喜歡 2023-07-21