序号
-
帝国cms模板中灵动标签调用序号
帝国cms模板中灵动标签调用序号[e:loop={"select * from phome_enewsclass where bclassid=0 order by classid limit 20 ",20,24,0}]<DIV id=menu<?=$bqno?>><A class=white href="/<?=$bqr[classpath]?>/"><?=$bqr[
日期 2024-08-28 阅 3 帝国 灵动 序号 -
帝国CMS输出数字排序序号的列表的标签代码
帝国CMS输出数字排序序号的列表的标签代码!(仿站经常用到) 【方法如下】: 1.帝国cms里面用万能标签调用序号是&#091;!--no.num--] 标签模板:<li><span>&#091;!--no.num--]</span><ahref="&#091;!--titleurl--]
日期 2024-08-28 阅 2 帝国 序号 标签 -
帝国CMS列表页输出带序号
1.帝国cms里面用万能标签调用序号是 &#091;!--no.num--]标签模板:<li><span>&#091;!--no.num--]</span><ahref="&#091;!--titleurl--]">&#091;!--title--]</a></li>灵动标签调用序号是:<?=$bqno?>2.帝国万能标签只能调
日期 2024-08-25 阅 4 帝国 序号 列表 -
帝国cms序号标签补零
帝国灵动标签为<?=$bqno?>输出效果 1 2 3 4 5 6 7 8 9 10 11 12补零后写法<?=sprintf("%02d", $bqno)?>输出效果 01 02 03 04 05 06 07 08 09 10 11 12补俩个零写法<?=sprintf("%03d", $bqno)?>输出效果 001 002 003
日期 2024-08-24 阅 3 帝国 序号 标签 -
帝国cms灵动标签输出带序号的列表
[e:loop={"select * from phome_enewsclass where bclassid=0 order by classid limit 20 ",20,24,0}]<DIV id=menu<?=$bqno?>><A class=white href="/<?=$bqr[classpath]?>/"><?=$bqr[classname]?></A></DIV>
日期 2024-08-20 阅 6 帝国 灵动 序号 -
帝国序号标签补零,位数不足前面加0补足
帝国灵动标签为<?=$bqno?>输出效果 1 2 3 4 5 6 7 8 9 10 11 12补零后写法<?=sprintf("%02d", $bqno)?>输出效果 01 02 03 04 05 06 07 08 09 10 11 12补俩个零写法<?=sprintf("%03d", $bqno)?>输出效果 001 002 003
日期 2024-08-20 阅 5 帝国 序号 标签