脚 本 之 家 www.jb51.net
页面导航:  不限条件-->的次
本地搜索:
function CountStr(str1,str2)       dim tmp,i,j       if str1="" or isnull(str1) then                 j=0  ...
http://www.jb51.net//article/14448.htm
Function strnum(patrn, strng)  Dim regEx, Match, Matches,xx    xx=0  Set regEx = New RegExp  regEx.Pattern = patrn  regEx.IgnoreCase = True      ...
http://www.jb51.net//article/13692.htm
如何检测字符串出现的次数?FunctionCheckTheChar(TheChar,TheString)'TheChar="要检测的字符串".'TheString="待检测的字符串".ifinStr(TheString,TheChar)thenforn=1toLen(TheString)ifMid(TheString,n,Len(TheChar))=TheCharthenCheckTheChar=CheckTheChar+1EndifNextCheckTheChar="这个字符"&CheckTheChar&"次"elseCheckTheChar="0次"endifEndFunc...
http://www.jb51.net//article/4691.htm
共有:3/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: