https://img-blog.csdnimg.cn/32db9ce43ef64316a2e37a31f4cee033.gif
编程小鱼酱yu612.com,点击前往
摘要: 1.使用正则表达式分割 starNum = "asd,dfg,ghj"resultStrList = {} reps = "," -- [^,]+ 正则表达式 匹配, string.gsub(starNum,'[^'..reps..']+',function... 阅读全文
posted @ 2017-12-22 08:48 鱼酱 阅读(864) 评论(0) 推荐(0)

https://img-blog.csdnimg.cn/32db9ce43ef64316a2e37a31f4cee033.gif
编程小鱼酱yu612.com,点击前往