引入pathlib 模組 from pathlib import Path # 檔案或目錄路徑 my_file = Path("/etc/os-release") # 檢查路徑是否存在 if my_file.exists(): print(" ...
確定! 回上一頁