[code]<script> var a=4.2343; alert(a.toFixed(3)); </script> <script>var a=4.2343;alert(a.toFixed(3));</script>執行結果:
toFixed方法將一個數字轉換成一個擁有固定小數位數的字符串。