Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我想对我的搜索结果进行分页。例如,我有 1000 条记录,想将其分成 100 页,底部链接为 1、2、3、... 100 等??
最好的方法是什么?
我想用非贪婪的方法做同样的事情
看这里 的 php 和这里的 jquery 显示一个很棒的博客关于这个