思路这样,看着有点乱 function Pagination(container, total, current) { // z总页数 this.total = total; // 当前页码 this.current = current; this.html = html; this.val = val; &n...