public Rectangular(double d){this.width = d;this.height = d;}public Rectangular(double width, double height){this.width = width;this.height = height;}就是這里面的this 有什么用的啊
C# this. 是什么意思
幕布斯6054654
2018-08-01 17:17:41