... response.status_code #TODO Do something with this if file.endswith('.gz'): content = response.content text = gzip.decompress(content).decode('utf-8') ...
確定! 回上一頁