标签:
isNaN(x):
当变量 x 不是数字,返回 true;
当变量 x 是其他值,(比如,1,2,3),返回false。
isNaN() 确认是否是数字
原文地址:http://www.cnblogs.com/wanlibingfeng/p/5938765.html