為瞭向下兼容,exp 為null 時,typeof 總返回object。 var exp = null; if (isNull(exp)) { alert(“is null”); }. JavaScript 中沒有 ...
確定! 回上一頁