// newcoder不能调试太折磨了,首先要搞清楚几个实例属性的含义 // 一开始没有仔细读题,直接去构造了<ul><li>···</li></ul>,以为是直接将ul挂到#jsContainer,怎么都过不去,看了楼上的HXD的题解才明白自己错哪了 // 实例属性 // this.total 页面总数 // this.current 当前页 // this.html 构造根节点下的html代码的方法 // this.val function Pagination(container, total, curre...