(JS) Instance method accessing a satic property within a class

前端 未结 0 2075
-上瘾入骨i
-上瘾入骨i 2020-12-09 07:13

I will show you directly the code to better understand the problem:

I have these two classes:

class Parent {
    static initialize() { 
        this.im         


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