null和undefined与其他有意义的值比较==都为false,而false==undefined为true
console.log(1+ +"2"+"2") 输出结果为 "32"
console.log("A"-"B"+2) 输出结果为 NaN