公式:parseFloat((數學表達式).toFixed(digits)); // toFixed() 精度參數須在0 與20 之間 parseFloat((1.0 - 0.9).toFixed(10)); // 0.1 ...
確定! 回上一頁