Use glob.glob("*.filetype") to get a list of all files with complete path and use os.path.basename(list_item) to remove ...
確定! 回上一頁