NodeList、arguments等类数组对象除了可以通过Array.from(NodeList)的方法转化为数组外,还可以通过Array.prototype.slice.call(NodeList)的方法实现相同的效果