摘要: Java语言中This关键字应用浅析应用一:引用成员变量public class Student{ //定义一个类,类的名字为student。 public Student(){ //定义 一个方法,名字与类相同故为构造方法 this(“luobo”) //这个this就是调用了下面的有... 阅读全文
posted @ 2015-03-17 17:00 逍遥龙行 阅读(296) 评论(0) 推荐(0)