Lua位或操作

1.代码

local e = 0x00 or 0xFF
print(e) --255

注意:Lua5.2开始才支持这个位或操作

posted @ 2024-05-22 11:14  朱小勇  阅读(10)  评论(0编辑  收藏  举报