1:使用Object.prototype.toString.call(A)或者Object.prototype.toString.apply(A)判断是否等于'[object Array]'字符串
2:使用es5提供的方法Array.isArray(A);方法