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