python接口自動化測試四:代碼發送HTTPS請求

HTTPS: get: url = 'https://www.juhe.cn/docs/api/id/39' r = requests.get(url)                       #發送get請求 print(r.status_code)                        #打印狀態碼 print(r.headers)                         
相關文章
相關標籤/搜索