for word in string.gmatch("Hello Lua user", "%a+") do print(word) end Hello Lua user. string.match(str, pattern, init). string.match()只尋找 ...
確定! 回上一頁