帝国CMS灵动标签实现数字自增的方法
建站教程 阅读帝国CMS教程:灵动标签实现数字自增的方法
示例:
[e:loop={"select * from phome_enewsclass where bclassid=0 order by classid limit 10 ",10,24,0}] <li><span><?=$bqno?></span><a href="<?=$bqsr['classurl']?>"><?=$bqr[classname]?></a></li> [/e:loop]
解析:
<?=$bqno?>从1开始。
<?=$bqno+1?>从2开始。
<?=$bqno+2?>从3开始。
<?=$bqno?>输出的效果 1 2 3 4 5 6 7 8 9 10
<?=sprintf("%02d", $bqno)?>输出效果 01 02 03 04 05 06 07 08 09 10
<?=sprintf("%03d", $bqno)?>输出效果 001 002 003 004 005 006 007 008 009 010
本文链接:https://niujc.com/com/1333889.html
晚上好!当前时间为
目前距离2023年春节还有
TOP