记得我上学的时候最头疼的课文科就是英语了,每天背呀背的,到最后还是......崩溃的英语……,但英语也不是一时半会儿就能学会的,看看我们的多少莘莘学子用他们几乎全部的时间都在为英语疯狂着。难道不会英语或英语不好我们就不可以浏览英文网站了吗?在这里我说 NO 请看下面:
迂回办法:
1. 使用Goggle 的语言翻译工具 :
在语言翻译中把你的英文网址输进去,点[翻译]开始翻译,翻译过程会很漫长,需要很长时间后才可以看到翻译成中文后的网站。虽然,翻译的不是那么的精确,但你已经基本可以知道这个网站上说些什么了。

2. 更方便的方法是下载使用 Google工具条,他自带的字典翻译工具,但你把鼠标指针停在某个英文单词上,几秒后,就会显示出这个单词的中文意思了,很方便。试试看:
下载使用Goole 工具条:
3. 使用翻译的代码:
从英语翻译到中文的javascript代码:
javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=zh-CN&langpair=en|zh-CN&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=zh-CN&langpair=en|zh-CN&tbb=1&ie='+e;};
使用方法:将这段javascript代码复制到你的要浏览的英文网页的地址栏,回车,网页就会翻译为中文了
javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=zh-CN&langpair=en|zh-CN&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=zh-CN&langpair=en|zh-CN&tbb=1&ie='+e;};
使用方法:将这段javascript代码复制到你的要浏览的英文网页的地址栏,回车,网页就会翻译为中文了
获得更多的此种翻译代码,请点这里。
原创或来源网络 若转载请注明出处: 金日博客
本文地址: http://www.jintian365.com/post/30.html