V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ljtfdt  ›  全部回复第 4 页 / 共 4 页
回复总数  61
1  2  3  4  
2022-01-10 17:23:06 +08:00
回复了 gaocc 创建的主题 问与答 手写了下 js 类的继承,请教个 js 问题
// 声明子类
function SubClass() {
// 关键
#SuperClass.bind(this); //这里错了吧 应该是 call 或者 apply
SuperClass.call(this);
this.subValue = false;
};
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2669 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms · UTC 06:28 · PVG 14:28 · LAX 22:28 · JFK 01:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.