Skip to content

如何判断一个对象是否为空对象?

Posted on:2021年11月17日 at 22:48
function checkNullObj(obj) {
  return Object.keys(obj).length === 0;
}
原文转自:https://fe.ecool.fun/topic/e8118221-94ab-44c9-ab83-299e6eefee15