<%@ Language=VBScript %> <% ' 301 永久重定向到加固后的新联系页面 Response.Status="301 Moved Permanently" Response.AddHeader "Location", "/about/index.html" Response.End %>