gpt4 book ai didi

javascript - 如何循环遍历嵌套对象

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

<分区>

你好,我有一个看起来像这样的嵌套对象

var dogTypes = {
GermanShepard {color: "black and white"},
Beagle {color: "brown and white"},
cheuwahwah {color: "green and white"},
poodle: {color: "purple and white"},
}

我正在尝试遍历嵌套对象中的所有属性,我知道如何使用常规对象而不是嵌套对象来执行此操作,所以如果有人可以帮助我,那就太好了。

 for (var key in dogTypes) {
console.log(key + " : " + dogTypes[key])
}

这是我打印出来的代码

 GreatDane : [object Object]
GermanSheppard : [object Object]
Beagle : [object Object]
BullDog : [object Object]

我应该在哪里将颜色属性合并到 for in 循环中,请帮忙!!谢谢

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