When indexing a string in Lua, the first character is at position 1 (not at 0, ... s = "hello world from Lua" for w in string.gmatch(s, ...
確定! 回上一頁