string types=Request.ServerVariables["HTTP_ACCEPT"].ToLower ().ToString ();
        if (types .IndexOf ("text/vnd.wap.wml")>0)
        {
            Response.Redirect("index.aspx");
        }
        else
        {
            Response.Redirect("index1.aspx");
        }

相关文章:

  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
相关资源
相似解决方案