ASP代码解释下

ifcurrentPage=1thenshowContentshowpagetotalput,MaxPerPage,"index.asp"elseif(currentPa... if currentPage=1 then
showContent
showpage totalput,MaxPerPage,"index.asp"
else
if (currentPage-1)*MaxPerPage<totalPut then
rs.move (currentPage-1)*MaxPerPage
dim bookmark
bookmark=rs.bookmark
showContent
showpage totalput,MaxPerPage,"index.asp"
else
currentPage=1
showContent
showpage totalput,MaxPerPage,"index.asp"
end if
end if 我不明白(currentPage-1)*MaxPerPage<totalPut这句什么意思
展开
 我来答
阳光上的桥
2008-03-29 · 知道合伙人软件行家
阳光上的桥
知道合伙人软件行家
采纳数:21424 获赞数:65786
网盘是个好东东,可以对话和传文件

向TA提问 私信TA
展开全部
(currentPage-1)*MaxPerPage<totalPut

这个表达式的意思是,测试当前这一页是否最后一页:(当前页数 - 1) * 每页条数,结果就是本页显示截至第多少条数据,如果这个数据小于总数据,就说明不是最后一页。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式