方法介绍

分割字符串到数组

方法名称:

类_文件.分割字符串

语法:

类_字符串.分割字符串(input, delimiter)

参数:

input:字符串

delimiter:分割字符

返回数组

require "懒人综合插件"

local str="aaa-bbb-ccc-ddd-eee"

while true do    
    local ret=类_字符串.分割字符串(str,"-")    
    print(ret)
    print("----------------------------------")    
    sleep(2000)
end

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-27 15:02:12

results matching ""

    No results matching ""