lua if else end

来源:互联网 发布:php登录代码 编辑:程序博客网 时间:2024/06/07 05:17
if(nil) then
print("false") else
if(false) then
print("false") else
if(0) then
print("true")
end
end
end
原创粉丝点击