0
点赞
收藏
分享

微信扫一扫

ASP跳转

其生 2022-06-17 阅读 26

ASP跳转代码判断来路

<%
  if instr(Request.ServerVariables("http_referer"),"www.baidu.com")>0 then
  response.redirect("http://www.mahaixiang.cn/")
  end if
%>

ASP直接跳转的

<%
  response.redirect("http://www.mahaixiang.cn/")
%>

 


举报

相关推荐

0 条评论