0
import os
import string
os.chdir('C:\Python27')
x=os.listdir('C:\Python27')
y=[f for f in os.listdir(dirname)
if os.path.isfile(os.path.join(dirname, f))]
for k in y:
fileName, fileExtension = os.path.splitext(k)
print fileName,fileExtension
現在,我想按擴展名排序文件。Python中按擴展名排序文件的功能是什麼?
非常感謝你,我的朋友!我希望你會有一個燦爛的一天;)你幫了我很多:D – user2003611