Everything is possible
import os file = "myFile.txt" if os.path.exists(file): os.remove(file); else: print(file + "不存在!")
張貼留言
沒有留言:
張貼留言