代码如下:<!– //ASP分页函数 function ShowListPage(page,Pcount,TopicNum,maxperpage,strLink,ListName){ var alertcolor = ‘#FF0000’; maxperpage=Math.floor(maxperpage); TopicNum=Math.floor(TopicNum); page=Math.floor(page); var n,p; if ((page-1)==0) { p=(page-1) /10 }else{