Number.NaN
Number.NaN 静态数据属性代表 Not-A-Number,相当于 NaN。有关 NaN 行为的更多信息,请参阅 全局属性的描述。
¥The Number.NaN static data property represents Not-A-Number, which is equivalent to NaN. For more information about the behaviors of NaN, see the description for the global property.
Try it
值
描述
示例
检查值是否为数字
规范
| Specification |
|---|
| ECMAScript Language Specification # sec-number.nan |
浏览器兼容性
BCD tables only load in the browser
也可以看看
¥See also