const arr=[ { name:'卡片', value:'1' }, { name:'因子', value:'2' }, ] const aaa= arr.map(t=>`${t.name}${t.value}`) console.log(aaa)