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.
如何使用 javascript 为多页数据集生成页码?
考虑有 55 页。我想生成这样的页码
1 2 3 4 5 ..... 55 next
这与 Stackoverflow 问题寻呼机非常相似
有什么建议么?
有一个Jquery 分页插件,你可以直接使用它或查看它的源代码来了解自己的自定义分页脚本。
希望这会有所帮助,思南。