It is referring to the method that is calling the other method. public void foo() { bar(); } public void bar() { // foo could be the caller ...
確定! 回上一頁