我可以在JavaScript中的数组中的对象上调用'this'吗?

时间:2016-09-23 02:47:14

标签: javascript arrays object this

你能这样做,在对象litterals数组中的对象上调用它吗?

var array = [
    { name: 'Eric', fullName: this.name + 'Smith'},
    { name: 'Joe', fullName: this.name + 'Shmoe'},
  ];

0 个答案:

没有答案