首頁 > 問答 > 主體
巴扎黑2017-04-11 10:45:29
concat 如果后面所有参数是数组(包括 this ),才是链接数组返回新的数组,否之只是把这些变量组成一个数组。splice 要在 this 中删除某些项,而 getElementByTagName 的返回值是只读的,不能删除。http://zonxin.github.io/post/2015/07/javascript-array-prototype
高洛峰2017-04-11 10:45:29
concat是带参的,所以是
Array.prototype.concat.call(aLi, [])