[求助]not isempty是什么意思?
if not isempty(request("page")) then currentPage=cint(request("page")) 上面这句有几个地方不明白: 1、if not isempty有没有这样的句法。按正常英语的说法应该是 if is not empty,这句不能理解 2、request("page")) 中间为什么没有form? 3、cint是什么意思? 偶是菜菜,请高手指点,谢谢!! |
if not isempty(request("page")) then currentPage=cint(request("page")) 上面这句有几个地方不明白: 1、if not isempty有没有这样的句法。按正常英语的说法应该是 if is not empty,这句不能理解 2、request("page")) 中间为什么没有form? 3、cint是什么意思? 偶是菜菜,请高手指点,谢谢!! |