我爱你???? 【纱浪嘿哟】 我爱你的意思我爱你 读音是sa lang hei yoo给个翻译网你 你自己去翻译吧 http://translate.google.com/translate_t#我爱你我爱你的意思
6,Translate to google 这句是什么意思
转换到谷歌。translate是翻译,转换的意思google是个网站名。google translate的中文翻译 谷歌翻译 双语例句 1 google translate was used for the french, german, and spanish bits. 法语、德语和西班牙语的翻译是利用google translate完成的。 2 and google translate has improved with great strides recently. 最近,谷歌翻译进行了重大更新。
7,如何用google translate API接口
其中client没有更改,text表示着要翻译的文本,sl貌似是文本的源语言,tl表示着翻译目标语言。根据google的结果,大致有了个模型 class Google_API_translator public $out = ""; function translate() out = ""; $text = urlencode("computer");//要翻译的单词 $google_translator_url = "http://translate.google.com/translate_a/t?client=t&text=".$text."&sl=en&tl=zh_CN"; //拼凑google翻译的api url $google_translator_url)); out = $gphtml; out; } function postPage($opts) $html = ""; if($opts["url"] != "") $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $opts["url"]); $html = curl_exec($ch); if(curl_errno($ch)) $html = ""; curl_close ($ch); } return $html; } } $g = new Google_API_translator(); $g->translate();最近要做一个要用到翻译功能的插件,很自然就想到了利用google translate的强大,但是google之开放了ajax的api,没有开放语言的接口。这也不难,通过firebug的调查,发现google在翻译的时候调用了一个远程url