js toFixed() 方法-----前端使得數字按須要的位數進行四捨五入。

須要取幾位小數就取幾位小數。javascript 姿式以下:java '100.112233'.toFixed(1) //報錯 //VM9656:1 Uncaught TypeError: "100.112233".toFixed is not a function(…)(anonymous function) @ VM9656:1 100.112233.toFixed(1) //結果:"100
相關文章
相關標籤/搜索