判断是否是数组Array.isArray(arrayInstance);判断是否是对象Object.prototype.toString.call(objectInstance) === '[object object]'
使用 instanceof 操作符