javascript call原理
Command.call( this, editor );
其实这句话的意思 有2个步骤
1 this 继承Command
2 调用Command (其实就是构造函数)
javascript call原理
Command.call( this, editor );
其实这句话的意思 有2个步骤
1 this 继承Command
2 调用Command (其实就是构造函数)
如果遇到什么不懂的地方直接关注公众号留言(本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须在文章页面给出原文连接,否则保留追究法律责任的权利。)
作者:newmiracle
出处:https://www.cnblogs.com/newmiracle/