% Ytd=trim(Request("Tid")) Yid=Request("Pl") Dtime=Trim(replace(Request("Dtime"),"?","")) SUrl=Trim(Request.QueryString) if len(SUrl)<=10 and len(SUrl)>=6 then Dtime=SUrl if Not Dtime="" then Strl="?"&Dtime select case Ytd case "3" '货币基金 STid="/open-fund" case "1" '开放式基金 STid="/open-fund" case else '封闭式基金 Ytd="Close" STid="/close-fund" end select if trim(Request("Ad"))="up" then YAd="up" SAd="down" else YAd="down" SAd="up" end if %>