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

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

全部回复(2)
巴扎黑

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

小葫芦

concat是带参的,所以是

Array.prototype.concat.call(aLi, [])
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板