JavaScript Number 對象
valueOf()方法返回一個數的原始值。
number.valueOf()
var num = 10; num.valueOf();
所有瀏覽器完全支持valueOf()方法: