摘要: import urllib.request import urllib.parse import json content='有了我,翻译再也不是问题啦' print(content) while content != 'quit': content=input('请输入需要翻译的内容:') url = 'http://fanyi.youdao.com/translate?smart... 阅读全文
posted @ 2017-02-28 21:54 Blue眼泪2016 阅读(462) 评论(0) 推荐(0) 编辑