Array.prototype.slice.call()方法详解
Array.prototype.slice.call(arguments)
能将具有length属性的对象转成数组,除了IE下的节点集合(因为ie下的dom对象是以com对象的形式实现的,js对象与com对象不能进行转换)
原文地址:https://www.cnblogs.com/yangai/p/11081820.html
时间: 2024-11-08 16:52:55
Array.prototype.slice.call()方法详解
Array.prototype.slice.call(arguments)
能将具有length属性的对象转成数组,除了IE下的节点集合(因为ie下的dom对象是以com对象的形式实现的,js对象与com对象不能进行转换)
原文地址:https://www.cnblogs.com/yangai/p/11081820.html