Why does a passthrough property always return undefined

前端 未结 0 579
眼角桃花
眼角桃花 2021-01-04 05:54

I have the following two JS classes.

class Cell {
    _node;

    get node() { return this._node; }

    constructor() {
        this._node = document.createE         


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