可以方便计算一个字符串在另一个字符串出现的次数

functionCountStr(str1,str2) dimtmp,i,j ifstr1=''orisnull(str1)then j=0 elseifstr2=''orisnull(str2)then j=

作者: 来源: 时间: 17-11-23 15:47:11

function CountStr(str1,str2)
       dim tmp,i,j
       if str1="" or isnull(str1) then
                 j=0
       elseif str2="" or isnull(str2) then
                 j=1
       else
                tmp=split(str1,str2)
                j=0
               for i=0 to ubound(tmp)
                          if tmp(i)<>"" then j=j+1
               next
        end if
        countstr=j
end function
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们