摘要: using System; namespace app{ class MyClass{ public static void Main(string[] args){ B b= new B(); A a= new A(); Console.WriteLine(a.a(13)); ... 阅读全文
posted @ 2019-04-10 16:53 liliyou 阅读(114) 评论(0) 推荐(0) 编辑