2012-11-12 152 views

回答

4
var object1 = { value : 'hello' } 
var object2 = { o : object1 } 

alert(object2.o.value);