📄 asm1.as
字号:
// Test mix of asm and V6 syntax// It is assumed this file will be compiled as target SWF6 or higher// this is only accepted in AS_V6 start conditiontry{};// mix the asm block ...asm {push "1"push "2"addtrace };// this is only accepted in AS_V6 start conditiontry{};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -