russell-jf
Results
3
comments of
russell-jf
splice 传入三个参数,分别是开始位置、0(要删除的元素数量)、插入的元素,返回被删除的数组
> ```js > Object.prototype.toString.call(1) > ``` Object.prototype.toString 是一个函数,使用 call 方法来改变函数的执行上下文,将参数传递给 toString 方法
I got the same error