说说判断变量是否是数组类型的方法?
Array.isArray()
Arr.__proto__===Array.prototype
Arr instanceof Array
Object.prototype.toString.call(arr)