C# 好棒的String Reverse 方法. 簡單幾行搞定... string str1 = "abcd"; char[] caArray = str1.ToCharArray(); Array.Reverse(caArray); //將char ...
確定! 回上一頁