使用python中的requests爬取百度翻譯實現中英互譯功能

話很少說,直接上代碼 python # coding=utf-8 import requests import json import sys class BaiduFanyi: def __init__(self, tran_str): self.tran_str = tran_str self.lang_detect_url = "https://f
相關文章
相關標籤/搜索