这是我的对象:
var obj = {
a:{ x:1 y:function(){return this.x //works fine},
b:{x:2,y:function(){return this.x // instead of returning 2, it's not returning anything}
}
给这样的名字有什么限制吗?因为每个人都属于它自己的父母,对吧?不过,为什么它不起作用?
这是我的对象:
var obj = {
a:{ x:1 y:function(){return this.x //works fine},
b:{x:2,y:function(){return this.x // instead of returning 2, it's not returning anything}
}
给这样的名字有什么限制吗?因为每个人都属于它自己的父母,对吧?不过,为什么它不起作用?