跳转代码
Apache:
Options+FollowSymLinksRewriteEngineonRewriteRule(.*)
https://www.wukong.com/$1
HTML:
JavaScript:
ASP:
<%Response.AddHeader"Location","https://www.wukong.com/"Response.End%>
ASP.NET:
<%@PageLanguage="C#"%>
PHP:
Perl:
$q=newCGI;print$q->redirect("https://www.wukong.com/");
Pyton:
fromdjangoimporthttpdefview(request):returnhttp.HttpResponseRedirect('https://www.wukong.com/')
看网站程序选择代码