Asp价格大于10000时显示万字方法asp

/ / 2016-02-05   阅读:2560
<% Dim Punit Punit=150000 '此处调用你的价格或其它数值 if Punit>=10000 then response.write Punit/10000 & "万元" else response.write Punit & "元" end if %>...
<%
Dim Punit
Punit=150000 '此处调用你的价格或其它数值
if Punit>=10000 then
response.write Punit/10000 & "万元"
else
response.write Punit & "元"
end if
%>

我要评论

昵称:
验证码:

最新评论

共0条 共0页 10条/页 首页 上一页 下一页 尾页
意见反馈