摘要: 以下代码输出什么? class Program { static void Main(string[] args) { B b = new B(); A a = new B(); Console.Read(); } } public class A { public A() { PrintField 阅读全文
posted @ 2021-03-31 15:17 James.Ying 阅读(109) 评论(0) 推荐(1) 编辑