2009-11-25 27 views

答えて

18

使用ブラケット表記の代わりに。

var name = otherObject.name; 
var o = {}; 
o[name] = otherObject; 
関連する問題