在Lua 5.2 中,您可以使用 bit32 中的函数图书馆。 在Lua 5.3 中, bit32 库已过时,因为现在有native bitwise operators . print(3 & 5) -- bitwise and print(3 | 5) ...
確定! 回上一頁