在编写js代码时,如何判断undefined值呢?
首先,来看一个错误写法:
注释: exp 为 null 时,也会得到与 undefined 相同的结果,虽然 null 和 undefined 不一样。
有了对错误用法的认识,再来看正确的写法:
注释: typeof 返回字符串。 有六种可能:"number"、"string"、"boolean"、"object"、"function"、"undefined"。
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.