lua 代码称为chunk,编译成的字节码则称为二进制chunk(Binary chunk)。lua.exe、wlua.exe 解释器可直接执行lua 代码(解释器内部会先将其编译成字节码) ...
確定! 回上一頁