var o=(function(){ var person={ name:'张三', age:24 } return { run:function(k){ return person[k]; } } }()) 查看完整描述