var str="hello";var obj={str:"world",saystr:this.str};alert(obj.saystr); //结果是hello请问结果为什么是"hello",而不是"world" 查看完整描述