弄了一天的合成语音 感觉好难受,明明这么简单的事情非弄得要这么复杂.... 引入命名空间 或者 导入命名空间 代码: using System; using System.Collections.Generic; using System.Speech.Synthesis; namespace TheSpeeCh { class Program { private static SpeechSynthesizer speech; static List<VoiceInfo> voiceList…