2.2 boolean 作者: ireneliu 时间: 2019-12-03 分类: 2.2 boolean 评论 1、boolean: false 和 true2、lua 将值 false 和 nil 视为“假”,而其他值视为“真”3、lua 在条件测试中,将 0 和 空字符串 也都视为”真“