var id; //... if (!id&& typeof (id) != "undefined" && id!= 0) { //id为null } else { //id不为null }
最笨的方法判断是否为null,防止出错