JS中 null、undefined和NaN判断 发表于 2020-02-12 更新于 2022-08-26 分类于 前端 本文字数: 68 阅读时长 ≈ 1 分钟 1.null值 2.undefined 3.NaN 123if(isNaN(tmp)){console.log(123)}