2017-08-09 49 views

回答

2

可以使用toFixed

console.log(c.toFixed(1)); 
0

如果你想用小數顯示你可以使用var c = 8.0; c.toFixed(1)哪會輸出8.0