摘要: this:1.返回调用当前方法的对象的引用。public class Leaf{ private int i=0; public Leaf increament(){ i++; return this;} public static void main(String[] args){ Leaf x= 阅读全文
posted @ 2016-10-13 08:27 IT靖 阅读(145) 评论(0) 推荐(0)