import urllib.request import urllib.parse #创建url #地址一定要写对 url = 'http://fanyi.youdao.com/translate_o?smartresult=dict&smartresult=rule ' form_data = { 'action': 'FY_BY_REALTlME', 'bv': '316dd52438d41a1d675c1d848edf4877', 'client' :'fanyideskweb', 'doctype': 'json', 'from...