您可以使用以下语法访问属性:
var val = Number.MIN_VALUE;实例 :
这里是表示该属性的使用的例子。
Click the following to see the result:
这将产生以下结果:
| Value of Number.MIN_VALUE : 5 x 10-324 |

您可以使用以下语法访问属性:
var val = Number.MIN_VALUE;实例 :
这里是表示该属性的使用的例子。
Click the following to see the result:
这将产生以下结果:
| Value of Number.MIN_VALUE : 5 x 10-324 |