var str="hello";var obj={str:"world",saystr:this.str};alert(obj.saystr); //结果是hello
请问结果为什么是"hello",而不是"world"
扬帆大鱼
相关分类