第一篇博客,来试试水,做一下自我介绍。
1 var xy = { 2 name:'xy', 3 age:'22', 4 say:function(){ 5 alert('hello world'); 6 } 7 }