这代码什么意思?
private bool IsSupperMode()
        {
            string ipstr = "A" + Request.ServerVariables["LOCAL_ADDR"].ToUpper();
            return (ipstr.IndexOf("A10.1.1.") != -1);
        }