上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 36 下一页
摘要: 最近在看javascript高级程序设计,其中对对象的创建做了具体的阐述,综合起来,总结了下(je知识库javascript专栏由这方面的教程,有兴趣的可以去知识库看看)第一种模式:工厂方式Js代码varlev=function(){return"啊打";};functionParent(){varChild=newObject();Child.name="李小龙";Child.age="30";Child.lev=lev;returnChild;};varx=Parent();alert(x.name);alert(x.lev()) 阅读全文
posted @ 2011-07-06 16:31 $雨$ 阅读(45178) 评论(3) 推荐(3) 编辑
摘要: <input style="margin:0;width:12px;height:12px;overflow:hidden;" type="checkbox" /> 阅读全文
posted @ 2011-07-04 17:20 $雨$ 阅读(354) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 36 下一页