pbootcms模板如何调用当前站点网址和当前页面网址的完整url
1、当前站点网址
{pboot:httpurl}
使用说明:
自适应获取当前访问网址,主要用于需要使用网站路径前缀的情况,如输出:https://www.51357.com
2、当前页面
{pboot:pageurl}
使用说明:
获取当前访问页面地址如:http://doc.51357.com/219.html
3、完整页面
同第二条效果相同
{pboot:httpurl}{content:link}
使用说明:
获取当前访问页面地址如:http://doc.51357.com/219.html