• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    ASP计算str2在str1中出现的次数
    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
    上一篇:ASP字符串转换为整形、双精度型、布尔
    下一篇:asp采集抓取网上房产信息的代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    ASP计算str2在str1中出现的次数 ASP,计算,str2,在,str1,中,出现,