收藏
回答

如何在this.data.array.forEach内部读取this.data.XXX?

大家好:

    this.data.array.forEach(function (item) {
      console.log(this.data.XXX);
    });

报错,提示:

TypeError: Cannot read property 'data' of undefined

请问这是什么原因导致的呢?

可以在this.data.array.forEach内部读取this.data.XXX吗?正确的方式应该怎么做呢?

谢谢!

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容