To limit decimal places in JavaScript, use the toFixed() method. For example, 1.223. ... Values such as 1.005 get falsely rounded to 1 instead of 1.01.
確定! 回上一頁