function getFlooredFixed(v, d) { return (Math.floor(v * Math.pow(10, d)) / Math.pow(10, d)).toFixed(d); } var x = 2.305185185185195; ...
確定! 回上一頁