javascript - 关于Array.prototype.slice.call和Array.prototype.concat.call的问题
迷茫
迷茫 2017-04-11 10:43:29
0
2
607
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
巴扎黑

concat 如果后面所有参数是数组(包括 this ),才是链接数组返回新的数组,否之只是把这些变量组成一个数组。
splice 要在 this 中删除某些项,而 getElementByTagName 的返回值是只读的,不能删除。
http://zonxin.github.io/post/2015/07/javascript-array-prototype

小葫芦

concat是带参的,所以是

Array.prototype.concat.call(aLi, [])
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template