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);

上面输出了什么结果?




少侠,我看你气度不凡天赋异禀,这么帅,来了就给推荐一把吧




我的最近更新
最新发布文章、框架、咨询等,来看看吧
原文地址:https://www.cnblogs.com/humble/p/2290679.html