📜  “this”:调用当前类方法 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:14.795000             🧑  作者: Mango

代码示例1
You may invoke the method of the current class by using the this keyword. If you don't use the this keyword, compiler automatically adds this keyword while invoking the method.