ES6 toString() Node.js Buffer 长度 ES6 valueOf() ES6 toString() var num = new Number(10); console.log(num.toString()); console.log(num.toString(2)); console.log(num.toString(8)); Node.js Buffer 长度 ES6 valueOf()