请问PbootCMS实现数字条分页样式效果
<!-- 分页 --> {pboot:if({page:rows}>0)}   <div class="pagebar">     <div class="pagination">       <a class="page-item page-link hidden-sm" href="{page:index}" title="首页">首页</a>       <a class="page-item page-link" href="{page:pre}" title="上一页">上一页</a>       {page:numbar}       <a class="page-item page-link" href="{page:next}" title="下一页">下一页</a>       <a class="page-item page-link hidden-sm" href="{page:last}" title="尾页">尾页</a>     </div>   </div>  {else}   <div class="tac text-secondary">暂无数据!</div> {/pboot:if}

更新时间:2025-04-10 23:52:18
下一篇:请问PbootCMS您访问的内容不存在,请核对后重试!
转载请注明原文链接:https://www.muzicopy.com/suibi/3874.html
