cthreadcall.as
来自「flashget43的源代码 一个比较常用的下载程序」· AS 代码 · 共 7 行
AS
7 行
_global.CThreadCall = function(inObj, inFunctionName, inArg1, inArg2, inArg3) {
this.obj = inObj;
this.functionName = inFunctionName;
this.arg1 = inArg1;
this.arg2 = inArg2;
this.arg3 = inArg3;
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?