📄 callmethod-undefined-this.as
字号:
// makeswf -v 7 -s 200x150 -r 1 -o callmethod-undefined-this.swf callmethod-undefined-this.astrace ("Test the behaviour of CallMethod with a function name of undefined or \"\"");function foo () { trace (this); this.x = 15; trace (this.x); return this;};asm { push 0, "foo" getvariable push undefined callmethod trace};asm { push 0, "foo" getvariable push "" callmethod trace};loadMovie ("FSCommand:quit", "");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -