一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

Javascript實現(xiàn)的分頁函數(shù)

/**
 * 分頁類構(gòu)造
 * 參數(shù) nTotalList: 總條數(shù)
 * 參數(shù) nPageSize: 每頁顯示條數(shù)
 * 參數(shù) nPageNum: 當(dāng)前頁碼
 * 參數(shù) sPageUrl: 分頁鏈接的URL,頁碼以[pn]代替,輸出時將被替換為實際頁碼
 * 參數(shù) nPageListSize: 頁碼列表(下拉框)中顯示的最多頁碼條數(shù)。該參數(shù)可省略,默認100
 */
function Pagination(nTotalList, nPageSize, nPageNum, sPageUrl, nPageListSize) {
  this.totalList = nTotalList;
  this.pageSize = nPageSize;
  this.pageNum = nPageNum;
  if (nTotalList == 0)
    this.totalPages = 1;
  else
    this.totalPages = Math.floor((this.totalList-1)/this.pageSize + 1);
  this.pageUrl = sPageUrl;
  if (arguments[4])
    this.pageListSize = nPageListSize;
  else
    this.pageListSize = 100;
}

/**
 * 生成分頁,將HTML直接輸出
 * 無參數(shù)
 * 無返回值
 */
Pagination.prototype.generate = function() {
  var output = "";
  output += "<table width=/"98%/" cellspacing=/"1/" cellpadding=/"3/" align=/"center/"><tr><td align=/"right/">";
  output += "共 " + this.totalList + " 條 每頁 " + this.pageSize + " 條 當(dāng)前第 ";
  output += "<select onchange=/"if(this.value)location.href='" + this.pageUrl + "'.replace(///[pn//]/,";
  output += "this.value);/" align=/"absMiddle/" style=/"font:normal 9px Verdana,Arial,宋體;/">";
  var firstPage = this.pageNum - Math.floor(this.pageListSize/2);
  if (firstPage < 1)
    firstPage = 1;
  var lastPage = firstPage + this.pageListSize - 1;
  if (lastPage > this.totalPages) {
    lastPage = this.totalPages;
    firstPage = lastPage - this.pageListSize + 1;
    if (firstPage < 1)
      firstPage = 1;
  }
  if (firstPage > 1) {
    output += "<option value=/"1/">1</option>";
    if (firstPage > 2)
      output += "<option value=/"/">…</option>";
  }
  for (var p = firstPage; p <= lastPage; p++) {
    output += "<option value=/"" + p + "/"";
    if (p == this.pageNum)
      output += " selected=/"yes/"";
    output += ">" + p + "</option>";
  }
  if (lastPage < this.totalPages) {
    if (lastPage < this.totalPages - 1)
      output += "<option value=/"/">…</option>";
    output += "<option value=/"" + this.totalPages + "/">" + this.totalPages + "</option>";
  }
  if (this.pageNum > this.totalPages)
    output += "<option value=/"/" selected=/"yes/">頁碼超出范圍</option>";
  output += "</select>";
  output += "/" + this.totalPages + " 頁 ";
  if (this.pageNum == 1) {
    output += "[首頁] ";
    output += "[上頁] ";
  }
  else {
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, "1") + "/">[首頁]</a> ";
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, this.pageNum-1) + "/">[上頁]</a> ";
  }
  if (this.pageNum == this.totalPages) {
    output += "[下頁] ";
    output += "[尾頁]";
  }
  else {
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, this.pageNum+1) + "/">[下頁]</a> ";
    output += "<a href=/"" + this.pageUrl.replace(//[pn/]/, this.totalPages) + "/">[尾頁]</a> ";
  }
  output += "</td></tr></table>";
  document.writeln(output);
}

JavaScript技術(shù)Javascript實現(xiàn)的分頁函數(shù),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 综合激情六月 | 国产社区在线 | 日韩一区二区三区视频 | 一区高清| 欧美成人aaaa免费高清 | 2021天天躁夜夜躁西西 | 激情小说区 | 久久久影院 | 欧美xxxx在线视频 | 色悠悠网 | 夜色成人免费观看 | 久久精品精品 | 亚洲成人高清 | 六月婷婷啪啪 | 亚洲福利秒拍一区二区 | 国产在亚洲线视频观看 | 久久久综合中文字幕久久 | 色视频一区 | 2022年国产精品久久久久 | 色www亚洲 | 欧美精品视 | 成人三级视频 | 特黄视频 | 国产精品区一区二区三 | 欧美一欧美一区二三区性 | 精品女同一区二区三区免费站 | 国产成人午夜 | 国内自拍网红在线综合 | 国产成人精品免费视频大 | 国产一区二区三区免费视频 | 在线观看91精品国产不卡免费 | 国产日韩欧美一区二区三区综合 | 久久青青草原精品国产软件 | 国产美女一区二区 | 都市激情综合网 | 四虎一区 | 成年人黄色网址 | 国产高清自拍视频 | 婷婷亚洲久悠悠色悠在线播放 | 亚洲 激情 | 日本高清色片 |