标签:rip 对象 cti .sh this lin height 1.5 方式
<script>
var p1= {
name: ‘blue‘,
sex: ‘男‘,
showName: function ()
{
alert(‘我的名字是:‘+this.name);
},
showSex: function ()
{
alert(‘我的性别是:‘+this.sex+‘的‘);
}
};
p1.showName();
p1.showSex();
</script>
标签:rip 对象 cti .sh this lin height 1.5 方式
原文地址:http://www.cnblogs.com/shbkbj/p/6770687.html