s = "hello world from Lua" for w in string.gmatch(s, "%a+") do print(w) end. 文字列 s のすべての単語について繰り返し、それぞれを別々の行に ...
確定! 回上一頁