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