我使用谷歌 api 翻译 api 得到中文字符,但我不知道如何转换为单词



我用谷歌翻译api,得到简单的中文单词;但它们只显示如下:"u6211u7684u540du5b57u53ebu6770u592b",我知道这是Unicode,所以我使用。encode('utf-8'),不起作用。有人有办法让它显示单词吗?

运行python console:

Python 3.5.2 (default, Aug  2 2016, 14:18:34) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> words = 'u6211u7684u540du5b57u53ebu6770u592b'
>>> words
'我的名字叫杰夫'

相关内容

  • 没有找到相关文章

最新更新