var arr = ["a","b","c","A","B","Z"]; arr.sort().reverse(); console.log(arr)//<-- [ 'c', ' ...
確定! 回上一頁