字符串或串(String)是由数字、字母、下划线组成的一串字符。Lua 语言中 ... for word in string.gmatch("Hello Lua user", "%a+") do print(word) end Hello Lua user.
確定! 回上一頁