china-liji
Results
2
comments of
china-liji
优先级不大,不确定做不做。
一半多用于: ```js class B extends A { method(a, b, c){ // ... super.method(..?arguments); // ... }; }; ``` 子类方法重写父类方法,并与父类方法参数一致的情况下