import os import csv from typing import Tuple, Union from pathlib import Path ... Path(root) basename = os.path.basename(url) archive = root / basename ...
確定! 回上一頁