php cms自定义导航栏当前栏目高亮
程序员文章站
2022-03-30 14:49:17
首页
{pc:get sql="select * from phpcms_category where catid in(27,14,21,26,33,68,28,69...
首页
{pc:get sql="select * from phpcms_category where catid in(27,14,21,26,33,68,28,69)" order="id ASC"} {loop $data $r}
{$r[catname]}
{/loop} {/pc}
27,14,21,26,33,68,28,69代表栏目ID
上一篇: Mac上搭建Python虚拟环境教程
下一篇: P03-Python装饰器