2013年12月6日

lua的split函数

摘要: function split(s, delim) if type(delim) ~= "string" or string.len(delim) <= 0 then return end local start = 1 local t = {} while... 阅读全文

posted @ 2013-12-06 11:49 zuibunan 阅读(7609) 评论(0) 推荐(0)

导航