我试图使用 os.walk 从目录返回.xlsx文件列表,但返回的是空列表 import os import pathlib working_directory = 'N:/files path' def ...
確定! 回上一頁