JavaScript Number 对象
valueOf()方法返回一个数的原始值。
number.valueOf()
var num = 10; num.valueOf();
所有浏览器完全支持valueOf()方法: