欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: using System; namespace test { class Program { static void Main(string[] args) { Cat cat = new Cat();//不含参数的构造方法 Console.WriteLine("姓名是{0},年龄是{1}",cat 阅读全文
posted @ 2019-11-19 17:19 萧静默 阅读(2159) 评论(0) 推荐(0) 编辑