试试下面的例子就明白了所有的Lua编程语言提供的关系运算符: a = 21 b = 10 if( a == b ) then print("Line 1 - a is equal to b" ) else print("Line 1 - a is not ...
確定! 回上一頁