cutandjoin 相关的软件列表

首页

vbs字符串分割函数

2020-02-16 标签:vbs,字符串,分割,函数,实现,代码,如下,function,cutandjoin,ssource,ilong,sjoiner,dim,i,n,len,fix,mid

实现代码如下:Function CutAndJoin(sSource, iLong, sJoiner) Dim I, N N = Len(sSource) / iLong If(N <> Fix(N))Then N = Fix(N) + 1 For I = 0 To N - 1 CutA