主页 > 知识库 > ASP计算str2在str1中出现的次数

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

热门标签:Mysql连接数设置 服务器配置 Linux服务器 团购网站 电子围栏 阿里云 银行业务 科大讯飞语音识别系统
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计算str2在str1中出现的次数》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266