排序
pbootcms模板文件嵌套引用
{include file=head.html} 使用说明:可以嵌套使用,如:index.html 嵌套一个head.html,同时head.html中嵌套comm.html
pbootcms模板如何调用时间 时间格式大全
列表页时间:[list:date] 效果:2021-12-06 09:12:30 列表页时间:[list:date style=Y-m-d] 效果:2021-12-06 列表页时间:[list:date style=Y 效果:2021 列表页时间:[list:date ...
pbootcms模板如何调用当前站点网址和当前页面网址
{pboot:httpurl} 使用说明:自适应获取当前访问网址,主要用于需要使用网站路径前缀的情况,如输出:https://www.xmy7.c0m/
pbootcms模板自动生成当前页面二维码
{pboot:qrcode string=***} 使用说明:用于生成对应文本的二维码图片,可用于产品列表页或详情页为每个产品生成二维码 :{pboot:qrcode string={pboot:httpurl}{content:link}}或{pboot:qr...