print ("\nsplitting in Lua at a literal string") stuff = "A piece of text" have = string.split(stuff," ") print (stuff) for index,today in pairs(have) do
確定! 回上一頁