Possible Duplicate:
Is JavaScript s Math broken?
Why can t decimal numbers be represented exactly in binary?
下一个法典将产生什么结果:
if(0.3 == ( 0.1 + 0.1 + 0.1 ))
{
alert(true);
}
else
{
alert(false);
}
这是奇怪的,但结果将是虚假的。
原因
页: 1
页: 1
页: 1
如何解释这种行为?