var?a={},
?b={key:'b'},
?c={key:'c'};
?
a[b]=123;
a[c]=456;
?
console.log(a[b]);答案:456為什么
JavaScript問題
Hall0W0rld
2017-09-04 14:46:47