摘要: 1.使用isNaN()函数 isNaN()的缺点就在于 null、空格以及空串会被按照0来处理 NaN: Not a Number /** *判断是否是数字 * **/ // 按照评论区同志们的意见 修改 先判定是否为number if(typeof val !== 'number'){ retur 阅读全文
posted @ 2017-04-21 15:57 马三 阅读(199436) 评论(5) 推荐(15) 编辑