1.typeof中对象,数组和null 可以判断为Object
2.Array.isArray判断是对象还是数组
3.instanceof 判断是否为真正的object arr instanceof Object