Lua 5.4 之后可以用const 修饰local 变量。 local pairs <const> = pairs. 但pairs 依旧不是常量。 我想,如果可以稍微修改一下这行代码的语义 ...
確定! 回上一頁