作者tomex (tomex_ou)
看板C_Sharp
标题[问题] 这字元值为何?
时间Thu May 12 14:43:40 2005
char[] cc = new char[] {};
Console.Write(cc.Length); // 0
Console.Write(cc.ToString()); // System.Char[]
Console.Write(cc == null); // False
What is cc?
--
贯彻分享精神
我为人人,人人为我
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 60.248.89.46
1F:推 libery:cc is an Array Object without initial values. 140.138.150.61 05/12