|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp,你就只能等着微软给你解决,它不乐意你就只好悲催。而且asp跑在windows服务器上,windows服务器跟linux比起来简直弱爆了!中文|字符串<scriptlanguage="vbscript">
classCNWord
publicstr
privatesubClass_Initialize()
setregEx=newRegExp
regEx.IgnoreCase=True设置是不是辨别巨细写。
regEx.Global=True设置全局可用性。
endsub
privateregEx
PropertygetCN(x)
dimArr()
dimmaxBound:maxBound=CNBlockCount
redimArr(maxBound)
dimi:i=1
ForeachMatchinregEx.Execute(str)
Arr(i)=Match
i=i+1
next
ifx<=maxBoundthenCN=Arr(x)
EndProperty
PropertygetCNcount
前往含有中文的字数
regEx.Pattern="[u4e00-u9fa5]"
CNcount=findCHNnum()
EndProperty
PropertygetCNBlockCount
前往含有中文的块数
regEx.Pattern="[u4e00-u9fa5]+"
CNBlockCount=findCHNnum()
EndProperty
privatefunctionfindCHNnum()
findCHNnum=regEx.Execute(str).count
endfunction
privatesubClass_Terminate()
setregEx=nothing
endsub
endclass
setccc=newCNWord
ccc.str="CNWord类援用实例,vbs"
msgbox"含有中文数"&ccc.CNcount
msgbox"含有中文块数"&ccc.CNBlockCount
msgbox"第2其中文块是--->"&ccc.CN(2)
setccc=nothing
</script>
</p>在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|