|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
帮助用户快速实现各种应用服务,ASP商有整合各方面资源的能力,可在短期内为用户提供所需的解决方案。例如,典型的ERP安装,如果要在客户端安装的话需要半年到二年的时间,但是美国的一些ASP商如USI和CORIO能在90—120天内提供ERP应用方案。巨细写|正则FunctionReplaceNoIgnoreCase(str,replStr)</P><P>Iflen(replStr)<1orstr=""Then
ReplaceTest=str
Exitfunction
EndIf</P><P>DimLoopN
LoopN=1</P><P>DimTmpStr,inStrN,LenreplStr,Ustr,UreplStr
LenreplStr=Len(replStr)
TmpStr=str
Ustr=Ucase(str)
UreplStr=Ucase(replStr)
str=""</P><P>inStrN=inStr(Ustr,UreplStr)</P><P>DoWhileinStrN>0andTmpStr""
LoopN=LoopN+1
IfLoopN>10ThenExitFunction
str=str&Left(TmpStr,inStrN-1)
TmpStr=Mid(TmpStr,inStrN)
UStr=Mid(UStr,inStrN)
str=str&"<fontcolor=ff0000>"&Left(TmpStr,LenreplStr)&"</font>"
TmpStr=Mid(TmpStr,LenreplStr+1)
UStr=Mid(UStr,LenreplStr+1)
inStrN=inStr(Ustr,UreplStr)
IfinStrN<1Thenstr=str&TmpStr
Loop
ReplaceTest=str</P><P>EndFunction</P><P>Response.Write"<p>result:"&ReplaceNoIgnoreCase("WenMingdazhouMingdaElectricalMingdaEquipment
Co.mIngda,Ltd","Mingda")
国内有些大的CRM厂商的ASP就写得不错.无论是概念还是它里面用JAVASCRIPT的能力.并不是说现在的程序员用了ASP.NET来写程序就可以说自己高档了 |
|