摘要: 1 import http.client 2 import json 3 4 class HTTPS_Connection: 5 6 def __init__(self, res_type, body, url, api_path, headers): 7 self.res_type = res_t 阅读全文
posted @ 2023-10-16 14:00 半路出家_24 阅读(109) 评论(0) 推荐(0)