|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
减少客户内IT专业人才缺乏带来的影响。ASP的客户员工利用浏览器进入相关的应用软件,简单易用,无需专业技术支持。<%@LANGUAGE="VBScript"
ENABLESESSIONSTATE=False%>
<%
Herewerequestthenumericpercentages(%)of
discount,ie:2,5,10,20,etc.:
percent_discount="10"
Formultiplication,letsseeifweneedto
addazeroafterthedecimal:
IfLen(percent_discount)>1Thenpd="."&percent_discount&""Elsepd=".0"&percent_discount&""
%>
<html>
<body>
<%
normal_cost="50"
discounted_cost=normal_cost-(normal_cost*pd)
%>
NormalCost:<%=FormatCurrency(normal_cost)%><br>
DiscountedCost:<%=FormatCurrency(discounted_cost)%>
</body>
</html>
</p>无法实现跨操作系统的应用。当然这也是微软的理由之一,只有这样才能发挥ASP最佳的能力。可是我却认为正是Windows限制了ASP,ASP的概念本就是为一个能让系统运行于一个大的多样化环境而设计的; |
|