null、undefined和NaN的区别时间:2022-04-26 01:57:19未定义的值和定义未赋值的值是undefined; null是一种特殊的Object,可以给变量赋一个值null,来清除变量的值; NaN是一种特殊的number;