// current左右两边加起来5页, 一边不足2页的补到另外一边 // 补完仍然到边界的显示 首页 末页 function Pagination(container, total, current) { this.total = total; this.current = current; &nbs...