Lua string split. Copy. function stringsplit(inputstr, sep) if sep == nil then sep = "%s" end local t={} i=1 for str in string.gmatch(inputstr, "([^"..sep.
確定! 回上一頁