2012年3月5日
摘要: 1、添加名称空间using System.Speech.Synthesis;2、开始说话SpeechSynthesizer speak = new SpeechSynthesizer();speak.SpeakAsync("Hello"); 阅读全文
posted @ 2012-03-05 10:05 家乡的萝卜 阅读(195) 评论(0) 推荐(0)