C# 使用微软自带发音 daolizhe 2021-05-10 123 阅读1分钟 微软自带的发音dll 首先导入 using System.Speech.Synthesis; 然后上代码 SpeechSynthesizer sy = new SpeechSynthesizer(); sy.Speak("这里放你想要念的文字"); 看不懂的就接着看