Google翻译API:带有特殊字符的JSON响应

时间:2019-05-29 15:32:16

标签: api encoding character-encoding postman special-characters

我想从Google Translation API获得响应,所以我做到了:

https://www.googleapis.com/language/translate/v2?key=xxxxxxx&source=FR&target=EN&q=C%27est%20un%20Gar%C3%A7on

我在Postmann中得到了这个结果:

{
    "data": {
        "translations": [
            {
                "translatedText": "It's a boy"
            }
        ]
    }
}

为什么报价已用此字符更新? 感想

0 个答案:

没有答案