发布于 5年前 js中判断是否null let exp = null; if (!exp && typeof(exp)!=”undefined” && exp!=0) { alert(“is null”); }