标签:
织梦列表分页Pagelist标签
功能说明:
表示分页页码列表
适用范围:
列表页模板
语法:
1
{dede:pagelist listsize=3 listitem=/}
属性说明:
1
2
3
4
5
6
7
8
listsize 表示 [1][2][3] 这些项的长度 x 2
listitem 表示页码样式,可以把下面的值叠加
index 首页
pre 上一页
pageno 页码
next 下一页
end 末页
option 下拉跳转框
示例:
1
{dede:pagelist listsize=3 listitem=index pre pageno next end option/}
推荐教程:dedecms教程
以上就是织梦系统标签Pagelist怎么用的详细内容,更多请关注php中文网其它相关文章!