Note that shift( ) differs from the pop( ) method, which deletes the last element of an array. Example. myList = new Array ("a", "b", "c"); myList.shift( ); // ...
確定! 回上一頁