1

この JSON 文字列をオブジェクトに変換した後、jQuery を使用して Color プロパティにアクセスするには、どのように繰り返しますか?

[{"Puff":[{"Color":"Gray"},{"Color":"Blue"}]},{"Puff":[{"Color":"DarkRed"}]},{"Puff":[{"Color":"DarkBlue"},{"Color":"Yellow"}]}]
4

3 に答える 3

1
yourObject[someIndex].Puff[someOtherIndex].Color
于 2013-05-01T13:35:12.050 に答える