日期:2014-05-18 浏览次数:20671 次
if((Request.ServerVariables["HTTP_REFERER"].ToString())!="你想从哪个页面转进来的地址") { Response.Redirect("你要转向的地址"); }