import os filename = "c:\\temp\\svbr.txt" if os.path.isfile(filename) == False: print(filename + "不存在") else: print(filename + "存在"). ○刪除檔案:
確定! 回上一頁