HTTPConnection('api.fanyi.baidu.com') # 連接API http_client.request('GET', myurl) #發起請求response = http_client.getresponse() #獲取響應 ...
確定! 回上一頁