ASP计算str2在str1中出现的次数
2018-09-06 13:20
阅读:636
functionCountStr(str1,str2)
dimtmp,i,j
ifstr1=orisnull(str1)then
j=0
elseifstr2=orisnull(str2)then
j=1
else
tmp=split(str1,str2)
j=0
fori=0toubound(tmp)
iftmp(i)<>thenj=j+1
next
endif
countstr=j
endfunction
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:ASP计算str2在str1中出现的次数
文章链接:http://soscw.com/index.php/essay/11161.html
文章标题:ASP计算str2在str1中出现的次数
文章链接:http://soscw.com/index.php/essay/11161.html
评论
亲,登录后才可以留言!