久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='lblGt'></tfoot>

          <bdo id='lblGt'></bdo><ul id='lblGt'></ul>
        <legend id='lblGt'><style id='lblGt'><dir id='lblGt'><q id='lblGt'></q></dir></style></legend>
        <i id='lblGt'><tr id='lblGt'><dt id='lblGt'><q id='lblGt'><span id='lblGt'><b id='lblGt'><form id='lblGt'><ins id='lblGt'></ins><ul id='lblGt'></ul><sub id='lblGt'></sub></form><legend id='lblGt'></legend><bdo id='lblGt'><pre id='lblGt'><center id='lblGt'></center></pre></bdo></b><th id='lblGt'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='lblGt'><tfoot id='lblGt'></tfoot><dl id='lblGt'><fieldset id='lblGt'></fieldset></dl></div>

        <small id='lblGt'></small><noframes id='lblGt'>

        從 Google Translate API 獲取中文羅馬拼音

        Get Chinese Romanization from Google Translate API(從 Google Translate API 獲取中文羅馬拼音)
          <bdo id='EfKzP'></bdo><ul id='EfKzP'></ul>
              <i id='EfKzP'><tr id='EfKzP'><dt id='EfKzP'><q id='EfKzP'><span id='EfKzP'><b id='EfKzP'><form id='EfKzP'><ins id='EfKzP'></ins><ul id='EfKzP'></ul><sub id='EfKzP'></sub></form><legend id='EfKzP'></legend><bdo id='EfKzP'><pre id='EfKzP'><center id='EfKzP'></center></pre></bdo></b><th id='EfKzP'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='EfKzP'><tfoot id='EfKzP'></tfoot><dl id='EfKzP'><fieldset id='EfKzP'></fieldset></dl></div>
                <tbody id='EfKzP'></tbody>
                <legend id='EfKzP'><style id='EfKzP'><dir id='EfKzP'><q id='EfKzP'></q></dir></style></legend>
                • <small id='EfKzP'></small><noframes id='EfKzP'>

                  <tfoot id='EfKzP'></tfoot>

                  本文介紹了從 Google Translate API 獲取中文羅馬拼音的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  Google 語言翻譯 A??PI 可以干凈利落地翻譯成中文:

                  The Google language translate API works cleanly to translate into Chinese:

                  <script type="text/javascript" src="http://www.google.com/jsapi"></script>
                  <script>
                    google.load('language','1');
                    function googletrans(text) {
                      google.language.translate(text,'en','zh',function(result) {
                        alert(result.translation);
                      });
                    }
                  </script>
                  <input onchange="googletrans(this.value);">
                  Example input: "Hello"
                  Result: "你好"
                  

                  我的問題是我無法獲得羅馬拼音(使用英文字母的發(fā)音).這是一個(gè)已知問題.

                  My problem is I can't get the Romanization (pronunciation using English letters). This is a known issue.

                  現(xiàn)在數(shù)據(jù)就在 translate.google.com 上(示例輸入:Hello" 結(jié)果:Nǐ hǎo"),我什至可以通過將瀏覽器指向:

                  Now the data is right there on translate.google.com (Example input: "Hello" Result: "Nǐ hǎo") and I can even see it by pointing my browser to:

                  http://translate.google.com/translate_a/t?client=t&text=hello&hl=en&sl=en&tl=zh-CN&otf=2&pc=0
                  Result:
                  {"sentences":[{"trans":"你好","orig":"hello","translit":"Nǐ hǎo"}],
                   "dict":[{"pos":"interjection","terms":["喂"]}],"src":"en"}
                  

                  但不知何故,當(dāng)我嘗試使用 ajax 獲取此 URL 時(shí),它失敗了(XMLHttpRequest 異常 101).有沒有辦法用 ajax 檢索這個(gè)羅馬化數(shù)據(jù)?

                  But somehow when I try to get this URL with ajax it fails (XMLHttpRequest Exception 101). Is there any way to retrieve this Romanization data with ajax?

                  推薦答案

                  今天看來不可能,但 Google Translate API 上存在未解決的問題來解決這個(gè)問題.如果我們能夠圍繞這個(gè)問題召集足夠多的人,也許 Google 會(huì)提高其優(yōu)先級(jí):

                  It doesn't appear possible today, but there are open issues on the Google Translate API to address this. If we can rally enough people around the issue, perhaps Google will raise its priority:

                  1) http://code.google.com/p/google-ajax-apis/issues/detail?id=478&q=label%3AAPIType-Language&sort=-stars&colspec=ID%20Type%20Stars%20Status%20Modified%20Summary%20APIType%20Opened

                  2) http://code.google.com/p/google-ajax-apis/issues/detail?id=381&q=label%3AAPIType-Language&sort=-stars&colspec=ID%20Type%20Stars%20Status%20Modified%20Summary%20APIType%20Opened

                  這篇關(guān)于從 Google Translate API 獲取中文羅馬拼音的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請(qǐng)求的資源上不存在“Access-Control-Allow-Origin標(biāo)頭) - IT屋-程序員軟件開發(fā)技術(shù)分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請(qǐng)求是否有可能不遵循重定向 (301 302))
                  NETWORK_ERROR: XMLHttpRequest Exception 101(NETWORK_ERROR:XMLHttpRequest 異常 101)
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內(nèi)容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)
                        <tbody id='u0XO3'></tbody>
                        <bdo id='u0XO3'></bdo><ul id='u0XO3'></ul>
                        <i id='u0XO3'><tr id='u0XO3'><dt id='u0XO3'><q id='u0XO3'><span id='u0XO3'><b id='u0XO3'><form id='u0XO3'><ins id='u0XO3'></ins><ul id='u0XO3'></ul><sub id='u0XO3'></sub></form><legend id='u0XO3'></legend><bdo id='u0XO3'><pre id='u0XO3'><center id='u0XO3'></center></pre></bdo></b><th id='u0XO3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='u0XO3'><tfoot id='u0XO3'></tfoot><dl id='u0XO3'><fieldset id='u0XO3'></fieldset></dl></div>

                        1. <legend id='u0XO3'><style id='u0XO3'><dir id='u0XO3'><q id='u0XO3'></q></dir></style></legend>

                          • <tfoot id='u0XO3'></tfoot>

                            <small id='u0XO3'></small><noframes id='u0XO3'>

                            主站蜘蛛池模板: 成年人在线视频 | 亚洲欧美一区二区三区视频 | 亚洲综合中文字幕在线观看 | 欧美一区免费在线观看 | 99re国产视频 | 91精品国产乱码久久久久久久 | 国产精品日韩欧美一区二区三区 | 手机在线观看av | 国产一区二区 | 99精品99| 欧美在线一区二区视频 | 天天拍天天草 | 精品视频免费 | 国产精品高潮呻吟久久 | 国产在线一区二区 | 麻豆精品国产91久久久久久 | 国产精品视频999 | 国产精品久久久久一区二区三区 | 久久久久久高潮国产精品视 | 欧美精品在线播放 | 97日日碰人人模人人澡分享吧 | 视频一区在线播放 | 国产中文字幕网 | 久久1区| 99精品视频在线 | jav成人av免费播放 | 国产精品视频导航 | 玩丰满女领导对白露脸hd | 国产aa| 中文日本在线 | 亚洲国产一区二区三区 | 欧美日韩亚洲一区 | 久久久久久久一级 | 成年无码av片在线 | 久久久爽爽爽美女图片 | a级黄色片在线观看 | 蜜桃黄网 | 一区二区三区日韩精品 | 免费视频一区二区 | 成人精品在线视频 | 天天干天天爽 |