from pathlib import Path; file = Path("blog/about.py"); print(file.exists()) #執行結果:True. 取得檔案資訊. 利用Path 模組(Module)中的stat()方法即可取得目錄 ...
確定! 回上一頁