Object.prototype.toString.call(arr);//[object Array] **推荐使用arr.constructor == Array;//true 特殊情况下无法判断arr instanceof Array;//true 特殊情况下无法判断