在C#中有split这个函数对特定字符串进行分割,在用Lua的时候也想这个方法,就自己写了一个。function __split(str, reps)local r = {};if (str ...
確定! 回上一頁