... dirs, files in os.walk(folder): for file in files: if file.endswith(".zip"): zipfiles.append(os.path.join(root, file)) elif ...
確定! 回上一頁