var o=(function(){
var person={
name:'张三',
age:24
}
return {
run:function(k){
return person[k];
}())
super_mb
相关分类