local function split(str, d) --str是需要查分的对象 d是分界符; local lst = { }; local n = string.len(str)--长度; local start = 1 ...
確定! 回上一頁