for root, dirs, files in os.walk( '.' ): for filename in files: for ext in EXTN: if filename.lower().endswith(ext.lower()):.
確定! 回上一頁