<% dim SortID,Page,SortAndID,strings,Sorturl strings=replaceStr(request.QueryString,FileExt,"") 'response.write strings Sorturl=split(strings,"&") SortAndID=split(Sorturl(0),"_") if isNul(replaceStr(request.QueryString,FileExt,"")) then echoMsgAndGo "页面不存在",3 SortID = SortAndID(0) if not isNul(SortID) and isNum(SortID) then SortID=clng(SortID) else echoMsgAndGo "页面不存在",3 end if if ubound(SortAndID)=0 then page=1 else page=SortAndID(1) end if if not isNul(page) and isNum(page) then page=clng(page) else echoMsgAndGo "页面不存在",3 end if echo makeAbout(SortID, Page, false) If DebugMode Then echo timer - AppSpan %>