返回一个 Number 对象的基本数字值:
var num = 15; var n = num.valueOf();
n 输出结果:
valueOf() 方法可以字符串返回数字。
所有主要浏览器都支持 valueOf() 方法
number.valueOf()