是什么区别this和.this调用函数时?而且,当使用this或this.使用时会发生什么?
this
.this
this.
例:
class reference { public void object() { reference obj = new reference(); this.obj(); } }
java methods reference function
function ×1
java ×1
methods ×1
reference ×1