对象的方法就是一个函数 对象的方法就是一个函数<script> var obj = { name:"cheng", sayName:function(){ console.log(this.name); }}</script>