关于javascript:判断对象所有属性是否为空值 jiezi 4 年前 let result = Object.values(data).every((item) => item == null || item == "");