lua中 逻辑运算符 and or not

a = 3

if not a == 4 then
print('1')
else
print('2')
end

--2

posted @ 2020-09-29 13:58  流星曳尾  阅读(1047)  评论(0)    收藏  举报