制作完成于2021-10月20日 使用VS2019
17
构造函数不用返回值
当形参和参数名相同时可以用this方法
this....>>成员
类:
参数跟成员变量重名处理:this.
例如:
this.name = name;
this
K P