gpt4 book ai didi

codeigniter - 如何从 CodeIgniter 的分页中删除空格?

转载 作者:行者123 更新时间:2023-12-02 07:45:04 24 4
gpt4 key购买 nike

我使用 CodeIgniter 的分页助手,它可以正常工作。但是当我在浏览器中看到结果时,我可以观察到不需要的空格。 CodeIgniter 似乎以自动方式插入它们。

在我看来:

<div><?php echo $this->pagination->create_links(); ?></div>

后面生成的代码(html):

<div>
&nbsp;
<a href="http://...example.../6">Previous</a>
&nbsp;
<a href="http://...example.../">1</a>
&nbsp;
<a href="http://...example.../6">2</a>
&nbsp;
<strong>3</strong>
&nbsp;
<a href="http://...example.../18">4</a>
&nbsp;
<a href="http://...example.../24">5</a>
&nbsp;
<a href="http://...example.../18">Next</a>
&nbsp;
&nbsp;
<a href="http://...example.../30">Last</a>
</div>

所以在我的前一个链接之前有一个空格,在我的“上一个”链接之前有两个空格。当它反转时会发生同样的事情(我的“第一个”链接后有两个空格)。

为什么?这真的让我大吃一惊!请问您知道如何删除它们吗?

非常感谢收到的任何建议。

解决方案(感谢 uzsolt 的回答):它与 first_tag_close 和 last_tag_open 设置为 '' 一起使用(有关详细信息,请参阅评论)。

最佳答案

也许您可以设置 num_tag_opennum_tag_close 配置变量。

关于codeigniter - 如何从 CodeIgniter 的分页中删除空格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7633190/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com