Lua 中,只有nil和false两个值是False,其它所有值都是True,包括空字符串””、数值0,均为true。 Lua支持 not and or 三种布尔运算符(没有对应的 ! && || ) ...
確定! 回上一頁