reverse () 方法按照名稱所說的方式執行- 反轉陣列。這是一個例子: placeholderCopy my_array = array('i', [1,2,3,4,5]) my_array.reverse() ...
確定! 回上一頁