日期:2014-05-17 浏览次数:20994 次
if instr(vwheref,"北京")>0 then'变量中包含北京 Response.Redirect("http://www.baidu.com/") else Response.Redirect("http://www.google.com") end if
------解决方案--------------------
if instr(vwheref,"北京")>0 then'变量中包含北京
Response.Redirect("http://www.baidu.com/")
else
Response.Redirect("http://www.google.com")
end if