|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
对于中小型web应用来说,php有很强的竞争力,linux+apache+mysql+php(lamp)的组合几乎可以胜任绝大多数网站的解决方案,对于大型应用来讲,对于系统架构要求更高,需要有成熟的框架支持,jsp的struts是个不错的框架,国内介绍它的资料也非常多,应用逐渐广泛起来。asp就不用说了,年夜写|国民币<%callMoney(22222222222)
functionMoney(thenumber)
dimMoney,i,String1,String2,length,checkp界说变量
dimone(),onestr()界说数组
String1="零壹贰叁肆伍陆柒捌玖"
String2="万仟佰拾亿仟佰拾万仟佰拾元角分厘毫"
checkp=instr(thenumber,".")判别是不是含有小数位
ifcheckp0then
thenumber=replace(thenumber,".","")往除小数位
endif
length=len(thenumber)获得数据长度
redimone(length-1)从头界说数组巨细
redimonestr(length-1)从头界说数组巨细
fori=0tolength-1
one(i)=mid(thenumber,i+1,1)轮回获得每位的数字
one(i)=mid(string1,one(i)+1,1)轮回获得数字对应的年夜写
ifcheckp=0then
不含有小数的数据其数字对应的单元
onestr(i)=mid(string2,14-length+i,1)
else
含有小数的数据其数字对应的单元
onestr(i)=mid(string2,15-length+i+len(thenumber)-checkp,1)
endif
one(i)=one(i)&onestr(i)将数字与单元组合
next
Money=replace(join(one),"","")获得数组中一切的元素,并毗连起来
Money=replace(Money,"零元","元")
Money=replace(Money,"零万","万")
Money=replace(Money,"零亿","亿")
Money=replace(Money,"零仟","零")
Money=replace(Money,"零佰","零")
Money=replace(Money,"零拾","零")
dowhilenotinstr(Money,"零零")=0
Money=replace(Money,"零零","零")
loop
response.writeMoney显现了局
endfunction
%>
</p>ASP一般认为只能运行在IIS上,正如前面所提到的,这并不是十分正确,事实上,ASP也能运行在Apache上。ApacheASP可在任意Apache服务器上运行有限的ASP功能,所需做的,只需打开mod_perl。 |
|