![]() |
#2
icecool2008-06-26 20:08
|
在下初学asp,有个问题搞不明白 在做分页的时候。很多程序都判断
If trim(Request("Page"))<>"" then
CurrentPage= CLng(request("Page"))
If CurrentPage> rs.PageCount then
CurrentPage = rs.PageCount
End If
Else
这部分的语句到底是做什么用的?如果不写这段有什么影响。。。?