会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Vitascope
首页
联系
管理
2018年10月9日
lua 字符串分隔,支持以单个字符或字符串进行分隔
摘要: local function explode ( _str, seperator) local pos, arr = 0, {} for st, sp in function() return string.find( _str, seperator, pos, true ) end do tabl
阅读全文
posted @ 2018-10-09 23:06 Vitascope
阅读(357)
评论(0)
推荐(0)
编辑