• JSON.stringify(obj) === ‘{}’

    这个只能判断实例 判断不了原型,最好是创建的时候 obj.create(null),创建干净的对象

    • Object.keys(obj).length === 0