lua string库字符串用法详解. ... 或lua自带的utf8支持(5.3版本) ... 1local s = "hello world from Lua" 2for w in string.gmatch(s, "%a+") do 3 print(w) 4end 5.
確定! 回上一頁