The glob.glob returns the list of files with their full path (unlike os.listdir()) and is more powerful than os.listdir that does not use wildcards.
確定! 回上一頁