在JavaScript 中,Array 对象的reverse() 方法将颠倒(反转)数组中元素的顺序。arr.reverse() 在原数组上实现这一功能,即reverse() 会改变原数组。
確定! 回上一頁