構造が同じではないオブジェクトがたくさんあります。しかし、私はそれらすべてがプロパティ名'siteName'を持っていることを知っています。私の質問は、このプロパティからどのように値を取得できるかです。いくつかのオブジェクトの説明:
feature1 = {
display: "name",
feature: {
attributes: {
when: '111',
what: '222'
},
geometry: null
infoTemplate: undefined
},
symbol: null
siteName: 'aa'
}
feature2 = {
feature: {
attributes: {
when: '111',
what: '222'
},
geometry: null
infoTemplate: undefined
},
static: {
format: {
weight: 12,
siteName: 'cccc'
},
}
}