会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
护花使者
CnBlogs
Home
New Post
Contact
Admin
Subscription
2019年12月25日
js 创建对象的几种模式
工厂模式 function createPerson(name, age) { let o = new Object(); o.name = name o.age = age o.say = function() { console.log("name", this.name, "age", thi
Read More
posted @ 2019-12-25 00:19 护花使者
Views(170)
Comments(0)
Diggs(0)
Edit
公告