标签: javascript arrays object this
你能这样做,在对象litterals数组中的对象上调用它吗?
var array = [ { name: 'Eric', fullName: this.name + 'Smith'}, { name: 'Joe', fullName: this.name + 'Shmoe'}, ];