var arr = new Array();
typeof arr; 不能判断Array,获得的是object
Object.prototype.toString.call(arr); [object Array]