摘要: using System; namespace 索引器 { class Program { static void Main(string[] args) { Phone a1 = new Phone("小米", 3000); Console.WriteLine(a1[0]); ... 阅读全文
posted @ 2018-01-07 23:31 巫居树 阅读(172) 评论(0) 推荐(0) 编辑