a = 10 while( a < 20 ) do print("value of a:", a) a = a+1 end. 原文链接:https://www.rumenz.com/examples/lua/while-loop-in-lua.html ...
確定! 回上一頁