[求助]有没有if not语句,请指点,谢谢!
if not isempty(request("page")) thencurrentPage=cint(request("page"))
else
currentPage=1
end if
我是菜鸟,这段代码有很多不明白的地方:
1、IF NOT能否连用,有没有这个语句?
2、request后面要跟form等参数怎么没有呢?
3、cint是什么意思?
请老鸟指点一二,谢谢!
1.
if not 条件 and not 条件 or not 条件 or 条件 then
end if
2.
不管是POST还是GET,都接了
3.
response.write(cint(1.1))
输出结果为:1