让电脑讲你输入的英文.

I find a interesting thing: let your computer speaks out the words which you inputted just now. The method is below:
1: Create a new text file.
2: Write a sentence: CreateObject("SAPI.SpVoice").Speak "I love YOU";
3: Change the text file to vbs. for example: news.txt -> news.vbs. and click the file.

我发现了一个有趣的问题,可以让电脑讲你输入的文字(这里只能是英文):下面是方法.
1:创新一个新的文本文件。
2:写下面一段代码:CreateObject("SAPI.SpVoice").Speak "I Love YOU"
3:把你的文本文件另存为:vbs.然后点击就可以了。

如果你想让他说中文,你要去下载语言包:(http://download.iciba.com/pwpe/girl_xiaokun.exe),安装完成以后,还有最后一步:控制面板->语言,选择你刚才安装的就可以了。然后你换成中文试试吧。

你可能感兴趣的:(让电脑讲你输入的英文.)