python 判斷檔案是否存在

Hodors發表於2020-12-26

import os

os.path.exists

 

os.path.exists(filename)

相關文章