var obj={ type:'object', tell:function(){ alert('i am object'); }}obj就是一个对象,访问的时候obj['type'],obj['tell'],就像key-value的形式,这样还不够无序么?