試試下麵的例子就明白了所有的Lua編程語言提供的關係運算符: a = 21 b = 10 if( a == b ) then print("Line 1 - a is equal to b" ) else print("Line 1 - a is not ...
確定! 回上一頁