⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libt.inc

📁 AspEase Auction System Ver2.0/动易拍卖系统 Ver2.0
💻 INC
字号:
<%
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -