ES6数组的扩展: Array.from 和 Array.of Array.from: 将伪数组对象或可遍历对象转换为真数组(何为伪数组?) Array.of: 将一系列值转换成数组(和new Array的区别) 文章来源,ES6数组的扩展----Array.from()和Array.of()