![]() |
#2
mgmt_asp2009-07-27 12:12
|
<%
a=11111111111111102.21
b=11111111111111102.2
if a>= b then
response.Write "OK"
else
response.Write "no"
end if
%>
输入的永远都是OK
请问怎么样实现精度比较啊。。
用过cdbl(a)>=cdbl(b)也不行,输出的还是OK
急求帮助,,,,,