Code: 以下是引用片段: <% '取得HTTP输入的值并付值到HTOST中 host=lcase(request.servervariables("HTTP_HOST")) ‘开始条件跳转 SELECT CASE host ' 如果HOST的值是ww.elooks.cn/就选择事件case"www.elooks.cn/"的命令 CASE "ww.elooks.cn/" ' Below is the redirect command response.redirect "homepage/" CASE "www.xgdown.com" response.redirect "/" 'We use CASE ELSE to fix any other requests CASE ELSE response.redirect "/" END SELECT %>