会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
富坚老贼
https://github.com/buchizaodian
新随笔
管理
2017年7月26日
JS 面向对象
摘要: 字面量创建对象 let stu={ name:'li', age:13, f:function() { console.log('游泳'); } } //取数据 console.log(stu.name) console.log(stu['age']) stu.f() 构造函数创建对象 functi
阅读全文
posted @ 2017-07-26 20:33 富坚老贼
阅读(113)
评论(0)
推荐(0)
编辑
公告