|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Windows本身的所有问题都会一成不变的也累加到了它的身上。安全性、稳定性、跨平台性都会因为与NT的捆绑而显现出来;泉币|显现以下是源代码:
functionformatcur(cur,v)
dimcurd
ifinstr(cur,".")>0then
curd=split(cur,".")(1)
cur=split(cur,".")(0)
else
curd="00"
endif
ifv=0then
ifcur=0then
formatcur="<fontcolor=’#cccccc’>-</font>"
else
v9=cur&""
va=len(v9)
ifva<4then
v2=v9
else
yi=Fix(va/3)
y2=(yi+1)*3
t1=3-(y2-va)+1
ifyiva/3then
e2=""
fori=1toyi
v2=","&Mid(v9,t1+3*(i-1),3)
e2=e2+v2
next
v2=Mid(v9,1,(va-3*yi))&e2
else
e2=""
fory=2toyi
v2=","&Mid(v9,(y-1)*3+1,3)
e2=e2+v2
next
v2=Mid(v9,1,3)&e2
endif
endif
formatcur=v2
endif
else
ifcur=0then
formatcur="<fontcolor=’#cccccc’>-</font>"
else
formatcur=FormatCurrency(cur)
endif
endif
ifcurd""andcur0then
iflen(curd)<2then
curd=curd&"0"
endif
formatcur=formatcur&"."&curd
endif
endfunction
在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|