ES6 valueOf() ES6 toString() ES6 字符串构造方法属性 ES6 valueOf() var num = new Number(10); console.log(num.valueOf()); ES6 toString() ES6 字符串构造方法属性