Is it possible to call a sub method in a method?

后端 未结 0 1872
借酒劲吻你
借酒劲吻你 2021-01-25 00:42

I have the following situation:

export class Test {

public Method_A() {
     console.log("Method_A");
  } 
}

And I do this in another

相关标签:
回答
  • 消灭零回复
提交回复
热议问题