首页 新闻 会员 周边
7
回答数

已解决问题 5 求解该题答案,以及过程分析,重在分析

class Person { public int Age { get; set; } } int i1 = 20; int i2 = i1; i1++; Console.WriteLine(i2);