from google.colab import drive drive.mount('/gdrive') import glob path = glob.glob("/gdrive/MyDrive/*") for file_or_folder in path: ...
確定! 回上一頁