if (JSON.stringify(Obj) == '{}'){
  console.log('这是一个空对象')
}
if (JSON.stringify(obj) === '[]'){
  console.log('这是一个空数组')
}

 

Logo

前往低代码交流专区

更多推荐