<script>
var a={
elm:{
aa:1
},
hell0:{
bb:this.a['elm'].a,
}
console.log("哈哈哈哈",a.hell0.bb);
</script>
怎么让bb的值为elm属性aa的值
相关分类