为了向下兼容,exp 为null 时,typeof null 总返回object,所以不能这样判断。 var exp = null; if (isNull(exp)) { alert("is null"); }. VBScript 中有 ...
確定! 回上一頁