⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 call-arguments.as

📁 Swfdec is a decoder/renderer for Macromedia Flash animations. The decoding and rendering engine is
💻 AS
字号:
// makeswf -v 7 -s 200x150 -r 1 -o call-arguments.swf call-arguents.astrace ("Check arguments handling in Function.call");#include "values.as"function foo (a) {  trace (this);  trace (a);  this.x = 42;  trace (this.x);};foo.call ();for (i = 0; i < values.length; i++) {  foo.call (values[i], "hi");};loadMovie ("FSCommand:quit", "");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -