搜索列表
-
jb51内容分页函数 原创
【ASP编程】复制代码 代码如下:allpages=ubound(contentarray) for dxy_ii=0 to allpages pagelist1="当前"&dxy_ii+1&"/"&(allpages+1)&"页 " pagepre="" pagelast="" if dxy_ii>0 then cpage=cint(dxy_ii) if cpage<0 then cpage=0 if ...
jb51内容分页函数