asp上一页下一页的代码解释
<%ifCurrentPage<>1then%><ahref="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<...
<% if CurrentPage <> 1 then %>
<a href="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">上一页</a>
<% else %>
<% end if %>
<% if CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 then %>
<a href="managerment_pysjd.asp?Page=<%=(Currentpage+1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">下一页</a>
<% else %>
<% end if %>
尽量详细些 展开
<a href="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">上一页</a>
<% else %>
<% end if %>
<% if CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 then %>
<a href="managerment_pysjd.asp?Page=<%=(Currentpage+1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">下一页</a>
<% else %>
<% end if %>
尽量详细些 展开
4个回答
展开全部
<% if CurrentPage <> 1 then %> //如果页不是第一页,执行下列代码
<a href="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">上一页</a> //上一页的链接有 8个参数,其中页面是当前页数减1
<% else %>
<% end if %>
<% if CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 then %> //cint转换整数,如果当前页不是最后一页,总的页数不为0
<a href="managerment_pysjd.asp?Page=<%=(Currentpage+1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">下一页</a> //那么有下一页的链接,下一页 的页面参数是当前页数加1
<% else %>
<% end if %>
<a href="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">上一页</a> //上一页的链接有 8个参数,其中页面是当前页数减1
<% else %>
<% end if %>
<% if CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 then %> //cint转换整数,如果当前页不是最后一页,总的页数不为0
<a href="managerment_pysjd.asp?Page=<%=(Currentpage+1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">下一页</a> //那么有下一页的链接,下一页 的页面参数是当前页数加1
<% else %>
<% end if %>
展开全部
如果当前页不是第一页(即:<>1)就显示“上一页”链接
如果当前页 是最后一页,并且总页数不是0(CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 )
就显示 “下一页”链接
如果当前页 是最后一页,并且总页数不是0(CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 )
就显示 “下一页”链接
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
分有点少了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询