比如 arr 是数组 那么 arr.forEach(item => { item.a= 1; } (a:就是添加的属性 1是值) console.log(arr) 也可以 直接arr[i][‘a’]=’’