木子屋 Dnawo's BLOG

英文阅读助手

👤 dnawo 📅 2010-11-20 👁 4742 👍 0 💬 0 🔄 本站原创
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>英文阅读助手-Mzwuu.Com</title>
</head>

<body>
<script language="JavaScript" type="text/javascript">
function Read()
{
	try{(new ActiveXObject("SAPI.SpVoice")).Speak(document.getElementById("txtContent").value);}
	catch(e){}
}
</script>
<textarea name="txtContent" cols="50" rows="6" id="txtContent"></textarea>
<br />
<input name="btnRead" onclick="Read()" type="button" id="btnRead" value="开始阅读" />
</body>
</html>

将以上内容复制保存成"英文阅读助手.htm",然后双击打开,在文本框中输入一个单词或句子,点击阅读按钮,计算机就能把它读出来了。

评论(0)

暂无评论。

计算题
评论需审核通过后显示
← 上一篇 用peid查看dll文件用什么语言编写的 下一篇 → C++栈和堆的几点区别