会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
春风自是人间客
管理
2020年7月27日
Object.create实现类继承和克隆对象
摘要: Object.create实现类继承 先看不用Object.create来实现继承 function Pd(){ } Pd.prototype = Array.prototype; Pd.prototype.constructor = Pd; var pdd = new Pd(); pdd.push
阅读全文
posted @ 2020-07-27 10:19 春风自是人间客
阅读(254)
评论(0)
推荐(0)
编辑
公告