首页 > 代码库 > isNaN() 确认是否是数字

isNaN() 确认是否是数字

isNaN(x):

当变量 x 不是数字,返回 true

当变量 x 是其他值,(比如,1,2,3),返回false。

 

技术分享

 

isNaN() 确认是否是数字