ES6 toPrecision() ES6 toLocaleString() Node.js Buffer 长度 ES6 toPrecision() var num = new Number(7.123456); console.log(num.toPrecision()); console.log(num.toPrecision(1)); console.log(num.toPrecision(2)); ES6 toLocaleString() Node.js Buffer 长度