string text = "nih好吗abcde";char[] arr = text.ToCharArray();Array.Reverse(arr);text = new string(arr);