服务热线:

座机电话:021-69171309
400 电话:400-875-0898
手机号码:137-7428-1588  朱经理
咦?好像哪里出错了呢,等我想想啊!~
        ...
        function void ShowError(int StateCode)
        {
            switch (StateCode)
            {
                case 404:
                    Response.Write("Sorry! Some error happened. This is a 404 Page!");
                break;
                ...
            }
        }
        ...