1
我有一個像下面的對象:添加對象到對象
var _names = {
'[email protected]' : {
'[email protected]' : {
channel: '1234',
from: 'bob'
}
},
'[email protected]' : {
'[email protected]' : {
channel: '53345',
from: 'dan'
}
}
};
我怎麼能添加以下[email protected]:
'[email protected]' : {
channel: '23233',
from: 'judy'
}
任何想法?
你能不能使它更本地化? – gdoron 2013-03-20 18:44:19