如何使用String.Replace旋转单词元音的方法编写程序?意思是字母'a'将是'e','e'将是'i','i'将是'o','o'将是'u',最后'u'将是'a'.
String.Replace
例如,"讲师"一词将是"onstractur".
c#
c# ×1