有道翻譯(源代碼)

import urllib.request import urllib.parse import json import time while True: content = input("請輸入要翻譯的內容(輸入q退出程序):") if content == 'q': break # F12看翻譯的時候fanyi.youdao.com的network的url和formdata,注意去掉url中的
相關文章
相關標籤/搜索