[code] <BR>var a=4.2343; <BR>alert(a.toFixed(3)); <BR> <BR>var a=4.2343;<BR>alert(a.toFixed(3));<BR>执行结果: toFixed方法将一个数字转换成一个拥有固定小数位数的字符串。