Note: In Lua string indices start at index value 1, ... for word in string.gmatch("Hello Lua user", "%a+") do print(word) end Hello Lua user.
確定! 回上一頁