取得來源字串 string SRC = textBox1.Text; //將取得的字串轉換成陣列 char[] ArraySRC = SRC.ToCharArray(); //反正整個字串陣列的順序. Array.Reverse(ArraySRC);
確定! 回上一頁