码迷,mamicode.com
首页 > Web开发 > 详细

json方式的面向对象

时间:2017-04-26 21:33:08      阅读:150      评论:0      收藏:0      [点我收藏+]

标签: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>

json方式的面向对象

标签:rip   对象   cti   .sh   this   lin   height   1.5   方式   

原文地址:http://www.cnblogs.com/shbkbj/p/6770687.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!