os.path.isfile 使用誤區

下列這幾條語句,看出什麼問題了不? for file in os.listdir(path):         if os.path.isfile(file) and os.path.splitext(file)[1] == '.txt':             #打開txt文件,並提取數據 左思右想,沒錯啊,爲啥 os.path.isfile(file)返回的就是false呢。 >>> os.
相關文章
相關標籤/搜索