js obj.length === +obj.length obj.length === +obj.length 等同于 type obj.length === ‘number’ && !isNaN(obj.length)