我目前有一些使用以下语法的Lua代码:if (foo == nil or foo == '') then foo = "some default value" end If条件的目标是测试foo既不是空字符串, ...
確定! 回上一頁