摘要:
1 package testBlog2; 2 class A{ 3 int i = 0; 4 A(int j){ 5 this.i = j;//this相当于"本类"的意思.这里指使本类中的变量i等于传入的j 6 } 7 } 8 public class Test2 { 9 public static void main(Stri... 阅读全文
posted @ 2018-01-03 20:48
三盛乙烯
阅读(126)
评论(0)
推荐(0)

浙公网安备 33010602011771号