if not isempty(request("page")) then pagecount=cint(request("page")) else pagecount=1 end if这段代码中的request("page")中的page没有赋值,直接可获得page=1?