gpt4 book ai didi

javascript - 如何使用 .map() 获取对象数组中的键?

转载 作者:行者123 更新时间:2023-11-30 09:29:46 25 4
gpt4 key购买 nike

<分区>

所以这里我有一个这样的数组

[{"facebook":"https://facebook.com"}, {"instagram":"https://instagram.com"}]

现在我想将键显示为图标名称,将值显示为 href 链接。

socials.map((social, index) => { 
return(
<View key={index}>
<Icon name={social.facebook} onPress={() => {}} />
</View>
);
})

如何在不选择特定键名称的情况下将键分配给图标名称?谢谢。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com