Reversing a string in Swift is done by using the reversed() method on its characters, then creating a new string out of the result.
確定! 回上一頁