摘要: using System; namespace ConsoleApp3{ class Program { static void Main(string[] args) { IPhone phone = new HaiWei(); Person person = new Person(phone); 阅读全文
posted @ 2022-03-18 21:39 Flashrun 阅读(18) 评论(0) 推荐(0)