import os for root, dirs, files in os.walk("."): for filename in files: ... Listing 5: Reading directory contents with pathlib
確定! 回上一頁