1
爲什麼我總是得到「... .splice()不是函數」在數組上使用它時對象數組上的JS .splice()
確實可以使用數字,但我需要它與對象。
https://jsfiddle.net/a1nq1p73/1/
arrayWithObjects.splice(0,1); // "TypeError: ... not a function"
我想通過自己的left
財產重新安排部分(position:absolute
)。