注意:要同时判断null、undefined、数字零、false 时可使用本法。 var exp = null; if (typeof exp == "null") { alert("is null"); }.
確定! 回上一頁