if (ii != -1)
        {
            Response.Redirect("www.uu8888.com");
        }
        if (kk != -1)
        {
            Response.Redirect("jszx.uu8888.com");
        }
        if (xx != -1)
        {
            Response.Redirect("zhengzhou.aspx");//这是本地页面
        }
        if (yy != -1)
        {
            //Response.Redirect("jszx.uu8888.com");
        }如果要跳转到其他网站如  www.uu8888.com或者 jszx.uu8888.com  怎么办啊?