libt.inc

来自「AspEase Auction System Ver2.0/动易拍卖系统 Ver」· INC 代码 · 共 27 行

INC
27
字号
<%
rs.pagesize=auction_page
if trim(request("page"))<>"" then
   currentpage=fval(request("page"))
   if currentpage>rs.pagecount then
      currentpage=rs.pagecount
   end if
   if currentpage<1 then
      currentpage=1
   end if
else
   currentpage=1
end if
   if currentpage<>1 then
       if (currentpage-1)*auction_page<totalcs then
	       rs.move(currentpage-1)*auction_page		   
		   bookmark=rs.bookmark
	   end if
   end if
   if (totalcs mod auction_page)=0 then
      totalpages=totalcs\auction_page
   else
      totalpages=totalcs\auction_page+1
   end if
   i=0
  while not rs.eof and i<auction_page
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?