在 IE 8 和 9 中打开代码时,它只打开http://translate.google.com/没有语言代码和句子。它在 Chrome 和 Firefox 中运行良好。
function DoTransGg(){
window.open('http://translate.google.com/#en|de|I want to travel with him.','_blank')
}
<input type='button' value='Google Translate' onclick='DoTransGg()'>