如何更改動態嵌套javascript對象中屬性的值?如何使用javascript更改嵌套對象中的值
例
對象: "chart": { "height": 400, "width": 600, "margin":{"top": 0, "right": 0, "bottom": 0, "left": 0},
"padding":{"top": 0, "right": 0, "bottom": 0, "left": 0}, "grid" : { "xEnabled":"yes", "yEnabled":"yes", "color": "#ddd" } },
我怎樣才能使用JavaScript padding.top改變從0到20。
任何代碼都會有幫助。
看看這個:http://css-tricks.com/forums/topic/need-help-with -javascript-inheritance-and-nested-objects/ – ctwheels 2014-08-27 19:12:18
我修改了一下我的問題。改變的關鍵和價值來自變量。那麼我們應該如何實現它? – 2014-08-27 19:19:03