Originally posted by magiclion at 2005-12-27 10:30:
這是 IEEE 754 標準的問題,JavaScript 做小數點運算常會出錯,因此盡量不要使用 JS 做浮點運算。
如果是要將小數點乘以 100 轉成整數再做運算,我是直接使用 Math.round() 方法。
例如: Math.round( 4.1*100 );
歡迎光臨 PALMisLIFE 討論區 (http://f.pil.tw/) | Powered by Discuz! X2.5 |