from pathlib import Path file = Path("blog/readme.txt") print(file.read_text()) 6.複製檔案在一般的情況下,我們會利用Path 模組(Module)中的read_text()方法讀取原 ...
確定! 回上一頁