摘要: 1、引用 System.Speech 2、代码示例 static void Main(string[] args) { var synthesizer = new SpeechSynthesizer(); synthesizer.SetOutputToDefaultAudioDevice(); sy 阅读全文
posted @ 2020-06-29 11:51 daviyoung 阅读(672) 评论(0) 推荐(0)