javascript call原理
Command.call( this, editor );
其实这句话的意思 有2个步骤
1 this 继承Command
2 调用Command (其实就是构造函数)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/18752.html
javascript call原理
Command.call( this, editor );
其实这句话的意思 有2个步骤
1 this 继承Command
2 调用Command (其实就是构造函数)
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/18752.html