代表数值数据类型和提供数值常数的对象。 numobj 必选项。要赋值为 Number 对象的变量名。 value 必选项。Required. The numeric value of the Number object being created. value 参数是对象的数字值。 JScript 根据数字值的要求创建 Number 对象。 很少有必要显式创建 Number 对象。 Number 对象最主要的用途是将其属性集中到一个对象中,以及使数字能够通过 toString 方法转换为字符串。 MAX_VALUE 属性 | MIN_VALUE 属性 | NaN 属性 | NEGATIVE_INFINITY 属性 | POSITIVE_INFINITY 属性 | constructor 属性 | prototype 属性 toLocaleString 方法 | toString 方法 | valueOf 方法 版本 1 Math 对象 | new 运算符
numObj = new Number(value)
参数
说明
属性
方法
要求
请参阅