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