null 与 undefined 都是 ==null 为true
alert(typeof(123)) number
alert(typeof(NAN)) 打印 number
不靠谱
alert($.isNumric(NAN))
isNumeric: },
非NAN并且是 有限的数字
2022-09-03 11:50:49
null 与 undefined 都是 ==null 为true
alert(typeof(123)) number
alert(typeof(NAN)) 打印 number
不靠谱
alert($.isNumric(NAN))
isNumeric: },
非NAN并且是 有限的数字