有没有更好的方法来使用Python中的glob.glob获取多个文件types的列表,如.txt,.mdown ... from os.path import join from glob import glob files = [] for ext in ...
確定! 回上一頁