gpt4 book ai didi

arrays - Typescript 从对象中选择 ID

转载 作者:太空狗 更新时间:2023-10-29 17:29:12 27 4
gpt4 key购买 nike

<分区>

我是 Typescript 的新手。我想从 observable 中选择 id

这是我的观察对象

let myObj = [{
"id": 1,
"text": "Mary"
}, {
"id": 2,
"text": "Nancy"
}, {
"id": 3,
"text": "Paul"
}, {
"id": 4,
"text": "Cheryl"
}, {
"id": 5,
"text": "Frances"
}]

预期结果:

let selectedIds = [1,2,3,4,5];

我可以在不创建数组并将 id 插入 for 循环的情况下执行此操作吗?

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