as到底干嘛了???

    string a = "A";
            string[] Ff = { "A""B""C" };
            var ret=Ff as IList;
            Console.WriteLine(ret.GetType());
            Console.WriteLine(ret.Contains(a));
            Console.Write("Press any key to continue . . . ");
            Console.ReadKey(true);

上面输出了什么结果?

 

posted @ 2011-12-16 20:37  异地远程联网技术  阅读(226)  评论(0)    收藏  举报