对象(Objects)isNullisNull_.isNull(object)如果 object 的值是 null,返回 true。_.isNull(null);=> true_.isNull(undefined);=> false