面向对象(封装、继承、多态)
摘要:
当我们创建对象时,一般有2种写法。1.字面量直接写 2.通过构造函数进行声明字面量:var student={ name:"tom", age:16, study:function(){ alert("study"); }}构造函数function Student(name,age... 阅读全文
posted @ 2014-10-25 11:32 枯木龙吟 阅读(156) 评论(0) 推荐(0) 编辑
posted @ 2014-10-25 11:32 枯木龙吟 阅读(156) 评论(0) 推荐(0) 编辑