乐趣区

关于javascript:判断对象所有属性是否为空值

let result = Object.values(data).every((item) => item == null || item == "");
退出移动版