I get 'key is not defined' error when iterating over keys in an object

前端 未结 0 1753
长情又很酷
长情又很酷 2021-01-25 12:24

Code:

class BuildTable {
  constructor(val,tableId,tableBodyId) {
    this.val = val;
    this.tableId = tableId;
    this.tableBodyId = tableBodyId;
  }
  header         


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