摘要: --sep 分割字符串表示 fields返回的数组 function string:split(sep) local sep, fields = sep or "\t", {} local pattern = string.format("([^%s]+)", sep) self:gsub(patt 阅读全文
posted @ 2019-10-29 14:31 仑仑 阅读(465) 评论(0) 推荐(0)