JS 中判断空值undefined 和null_数据类型. var exp = null; if (exp == null) { alert(“is null”); } exp 为undefined 时,也会得到与null 相同的 ...
確定! 回上一頁