类数组是一个拥有length属性的简单对象,类数组不能直接调用数组方法,原型不是Array 类数组转换为数组 Array.from()
Array.peototype.slice.call() Array.prototype.forEach()