📄 c2.js
字号:
$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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -