会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
黄龙的Blog
一个小小的程序员
博客园
首页
新随笔
联系
订阅
管理
2011年7月8日
javaScript的面向对象的写法
摘要: function student(){this.name="黄龙";this.age=22;this.speak=function(){document.write(this.name+this.age);}}var myStudent=new student();myStudent.age=23;myStudent.speak();通过 Wiz 发布
阅读全文
posted @ 2011-07-08 20:21 黄龙
阅读(180)
评论(0)
推荐(0)
编辑
公告