Lua if 语句可以与else 语句搭配使用, 在if 条件表达式为false 时执行else 语句代码块。Lua if…else 语句语法格式如下:if(布尔表达式)then --[ 布尔 ...
確定! 回上一頁