註意:要同時判斷undefined 和null 時可使用本法。 var exp = undefined; if (typeof(exp) == undefined) { alert(“undefined”); }.
確定! 回上一頁