string.split returns Lua table, not SaferLua Array. ... string.split is just Lua's imported function, and it returns table, not Array.
確定! 回上一頁