摘要: 一. 初始化器的简单使用 using System; namespace 初始化器 { class Program { static void Main(string[] args) { //1. 常见的初始化方式,将类实例化,并通过构造函数将参数传递进类中,此方式通过 public Student 阅读全文
posted @ 2020-02-28 20:43 Ahoga 阅读(2108) 评论(0) 推荐(0)