判斷字符串是否以某字符串開頭或結尾

import os,stat # str.startswith() # 獲取當前目錄下以.py 或者.sh結尾的文件 l = [name for name in os.listdir('/shells/') if name.endswith(('.sh','py'))] print(l) # 獲取文件的權限 for file in l: print(oct(os.stat('/sh
相關文章
相關標籤/搜索