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

JS OOP编程

时间:2014-12-11 23:52:07      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   sp   on   div   log   

 1 var com = {citi: {sao: {}}};
 2 
 3 com.citi.sao.SAOBase = new function() {
 4    this.name = null;
 5    this.age = null;
 6    this.location = null;
 7    this.drive = function() {
 8        // TODO     
 9     };
10    this.comeback = function() {
11        // TODO
12     };
13 };

 

JS OOP编程

标签:style   blog   io   ar   color   sp   on   div   log   

原文地址:http://www.cnblogs.com/daishuguang/p/4158712.html

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