©
This document usesPHP Chinese website manualRelease
JScript | 语言参考 |
代表数值数据类型和提供数值常数的对象。
numObj=new Number(value)
numobj
必选项。要赋值为Number对象的变量名。
value
必选项。Required. The numeric value of theNumberobject 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 运算符