index.asp中代码如下.<%dim url_weburl_web=trim(request.servervariables("server_name"))if url_web="www.AAA.com" thenresponse.redirect "A.asp"end ifif url_web="www.BBB.com" thenresponse.redirect "B.asp"end if%>