var FrontPaging = function(nodeid,datas,pageSize,callBack){ this.currentPage = 1; this.totalPages = 0; this.count = 0; //初始化 this.init = function(){ this.totalPages = parseInt((this.count + pageSize - 1) / pageSize); if(this.totalPages > 1){ var html = '