The toFixed() method formats a number using fixed-point notation. ... parseFloat(x).toFixed(2);. 3. } 4. . 5. console.log(financial(123.456));.
確定! 回上一頁