+1 That should solve the rounding issue. I'd still output the result of the above using toFixed , though, so: (Math.floor(value * 100) / ...
確定! 回上一頁