📄 c1.js
字号:
$JSI.addCacheScript('org/xidea/example/circular/c1.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);function C1() {}C1.prototype.toString = function () {return "this is c1";};C1.prototype.showMessage = function () {return "this is c1,i have a sub class C2:" + new C2();};});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -