... 的最左端元素@b = reverse(@a); # @b = ("C", undef, "B", "A") 其中push 和pop 可從陣列右端加入或刪除元素,unshift 和shift 可從陣列左端加入或刪除元素。
確定! 回上一頁