c2.js
来自「原名JSPackager」· JavaScript 代码 · 共 1 行
JS
1 行
$JSI.addCacheScript('org/xidea/example/circular/c2.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);function C2() {}C2.prototype = new C1();C2.prototype.toString = function () {return "this is c2";};C2.prototype.showMessage = function () {return "this is C2,inherit from class C1:" + new C1();};});
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?