var x ={
name:'MJ',
say:function (){
alert(1)
}
}
通常是
x.name
如果现在不知道name,怎么通过索引调用呢?