.pageNum{color:#fff;background:#2f5398}.page-operation{color:#666;background-color:#e7eefb;line-height:42px;display:inline-block;overflow:hidden;width:42px;height:42px;margin-left:5px;text-align:center;}varcurrentPage=`1`;//所在页从0开始varprevPage=Number(currentPage)-1;//上一页varnextPage=Number(currentPage) 1;//下一页varcountPage=`20`;//共多少页vardataCount=parseInt("2476");document.write("总共" dataCount "条");//document.write(`// "/" "页"//`);//page-currentif(currentPage>0){document.write("" "首页" "");}//设置上一页代码if(countPage>1