没有合适的资源?快使用搜索试试~ 我知道了~
inherit.js:使用可继承和启用闭包的类
共6个文件
js:4个
php:1个
md:1个
需积分: 9 0 下载量 120 浏览量
2021-07-12
15:16:15
上传
评论
收藏 3KB ZIP 举报
温馨提示
继承.js 描述 使用可继承和启用闭包的类 用法 GrandParent.prototype = new Inherit(); var grandParentInstance = new GrandParent(); GrandParentInstance.ctor(); alert('介绍:'+grandParentInstance.getName()); GrandParent.prototype = new Inherit(); Parent.prototype = new GrandParent(); var parentInstance = new Parent(); parentInstance.ctor(); alert('介绍:'+parentInstance.getName()); GrandParent.prototype = new Inherit(); Pare
资源推荐
资源详情
资源评论
收起资源包目录
inherit_js-master.zip (6个子文件)
inherit.js-master
inherit.php 1KB
README.md 720B
script
inheritjs
grandParent.js 599B
inherit.js 483B
child.js 587B
parent.js 589B
共 6 条
- 1
资源评论
zhuyurrr
- 粉丝: 29
- 资源: 4714
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功