【 在 saynothing (止语) 的大作中提到: 】
: github风格分页按钮实现,需要知道有多少页。无论服务器端/还是客户端。
the server always knows total number of pages, as it can be queried from DB.
so just include that in the reply to client, done.
: (简单点的情况,只有前一页和后一页,乃至跳到指定页。 如果没有后一页,提示已
: 经达到后一页。 这种情况,用户体验不太好吧)
: 比如:
https://github.com/search?: p=56&q=paginator&type=Repositories&utf8=%E2%9C%93 // 分页情况
: github上有php和node.js实现的分页程序,需要传入参数。
: -------------------------------------------------------
: 不知道我说的,和你想表达的差距在哪里? thanks~
--
FROM 180.173.118.*