首先使用set将key去重存入 然后在后面补齐缺失的字母 使用dictionary将set作为key值,对应之前的正常字母表 然后把wrod直接可以字典中查询到对应的字母 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleAppTest { public static class Test { public static void Main() { string key = Con...