摘要: public class BASE { public BASE() { Console.WriteLine(1); } public BASE(string str) { Console.WriteLine(2); } public BASE(string str, string str1): th 阅读全文
posted @ 2024-11-18 18:10 奔赴山海Y 阅读(9) 评论(0) 推荐(0)