赞
踩
用xx.forEach(item => {})。
var temDatas=[ ]; allList.forEach(item => { var sObj = { name: '', } sObj.name= item.job temDatas.push(sObj) })