shoptax.asp

来自「ASP+SQL Server动态网站开发从基础到实践教程」· ASP 代码 · 共 11 行

ASP
11
字号
<%
Sub CalculateTax (subtotal, total, shippingcost, tax)
' Inputs are
' subtotal - price of of products order
' total - price including shipping
' shippingcost  cost of shipping
' tax this value needs to be set and returned 
Tax=0
'tax=subtotal*.05
end sub
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?