function split(str, ts) -- 引数がないときは空tableを返す if ts == nil then return {} end local t = {} ; i=1 for s in string.gmatch(str, ...
確定! 回上一頁